[PATCH] D108728: [WebAssembly] Extract longjmp handling in EmSjLj to a function (NFC)

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 15:40:13 PDT 2021


aheejin added inline comments.


================
Comment at: llvm/lib/CodeGen/WasmEHPrepare.cpp:32
 //   _Unwind_CallPersonality(exn);
-//   selector = __wasm.landingpad_context.selector;
+//   selector = __wasm_landingpad_context.selector;
 //   ...
----------------
tlively wrote:
> Is __wasm_landingpad_context the same as __wasm_lpad_context above? Should those names be consistent?
Nice catch. Fixed.


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