This updates InstPrinter and AsmParser for delegate and catch_all
instructions. Both will reject programs with multiple catch_alls per a
single try. And InstPrinter uses EHInstStack to figure out whether
to print catch label comments: It does not print catch label comments
for second catch or catch_all in a try.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo