[llvm-bugs] [Bug 40364] Handling of extern globals in WebAssembly

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 16 11:30:28 PDT 2019


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

Sam Clegg <sbc at chromium.org> changed:

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

--- Comment #4 from Sam Clegg <sbc at chromium.org> ---
This should be ready to test in llvm trunk now.

When you build with "-fPIC" and link with "-shared" you should not see external
globals and function accessed by GOT.func.foo and GOT.mem.foo imported globals.

-- 
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/20190416/c67672c6/attachment.html>


More information about the llvm-bugs mailing list