[PATCH] D108728: [WebAssembly] Extract longjmp handling in EmSjLj to a function (NFC)
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 25 15:25:07 PDT 2021
tlively accepted this revision.
tlively added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/WasmEHPrepare.cpp:32
// _Unwind_CallPersonality(exn);
-// selector = __wasm.landingpad_context.selector;
+// selector = __wasm_landingpad_context.selector;
// ...
----------------
Is __wasm_landingpad_context the same as __wasm_lpad_context above? Should those names be consistent?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108728/new/
https://reviews.llvm.org/D108728
More information about the llvm-commits
mailing list