[llvm-bugs] [Bug 36147] [WASM] Make --allow-undefined-file allow wildcards in symbols

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 8 11:29:15 PST 2019


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

Sam Clegg <sbc at chromium.org> changed:

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

--- Comment #4 from Sam Clegg <sbc at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190308/f380bf72/attachment.html>


More information about the llvm-bugs mailing list