From c74acc0baece1296ad58a0ff44119fb36d98d2c6 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 25 Jan 2021 18:12:37 +0000 Subject: Debug info handling for new EH try-catch (#3496) 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. --- test/passes/dwarf_with_exceptions.wasm | Bin 0 -> 1072 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/passes/dwarf_with_exceptions.wasm (limited to 'test/passes/dwarf_with_exceptions.wasm') diff --git a/test/passes/dwarf_with_exceptions.wasm b/test/passes/dwarf_with_exceptions.wasm new file mode 100755 index 000000000..c5ab0000c Binary files /dev/null and b/test/passes/dwarf_with_exceptions.wasm differ -- cgit v1.2.3