[llvm-bugs] [Bug 28699] RTDyldMemoryManager::getSymbolAddressInProcess not working on Windows

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 17 17:25:02 PDT 2016


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

Lang Hames <lhames at gmail.com> changed:

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

--- Comment #7 from Lang Hames <lhames at gmail.com> ---
Hi James,

> Yep, I'm happy for you to commit if nobody else has objected. It may not be the
> perfect long term solution, but it at least gets the basic C libs working.

Sounds good to me. Committed in r279016, with minor modifications (I added a
check for !defined(_WIN64), since the leading '_' mangling appears to only
apply to 32-bit apps). Hope that's ok - if that change affects your use-case
let me know and we'll dig deeper.

Thanks again for working on this!

- Lang.

-- 
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/20160818/ff74474e/attachment.html>


More information about the llvm-bugs mailing list