[llvm-bugs] [Bug 44120] LLJITWithObjectCache example program segfaults
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Mar 15 10:14:17 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=44120
Lang Hames <lhames at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Lang Hames <lhames at gmail.com> ---
Hi Frank,
This appears to have been fixed on LLVM trunk. I'm not sure exactly which patch
fixed it, but there have been a number of tweaks to this part of the codebase
recently as part of the effort to move the Swift interpreter over to OrcV2.
Unfortunately these fixes came after we branched for LLVM 10, but this should
be fixed in LLVM 11.
The test case should work on Darwin in LLVM 10 (and LLVM 9 too, I believe).
-- 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/20200315/f462e5cb/attachment.html>
More information about the llvm-bugs
mailing list