summaryrefslogtreecommitdiff
path: root/test/passes/dwarf_with_exceptions.passes
Commit message (Collapse)AuthorAgeFilesLines
* Debug info handling for new EH try-catch (#3496)Alon Zakai2021-01-251-0/+1
We now have multiple catches in each try, and a possible catch-all. This changes our "extra delimiter" storage to store either an "else" (unchanged from before) or an arbitrary list of things - we use that for catches.