https://bugs.llvm.org/show_bug.cgi?id=36147

Sam Clegg <s...@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Sam Clegg <s...@chromium.org> ---
The WebAssemblyLowerEmscriptenEHSjLj is designed to be used in conjunction with
binaryen's `wasm-emscripten-finalize`.   If you use this pass you should
probably be using this tool too.

The code that handles this invokes is here:
https://github.com/WebAssembly/binaryen/blob/d8bcf64e48f2c33dc785b16c8d3c0b8f5ccc63ef/src/wasm/wasm-emscripten.cpp#L690

If you want to use this pass outside of emscripten and binaryen then you will
have to do this extra work yourself.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to