[lldb-dev] [Bug 34194] LLDB fails to evaluate expressions which include string literals when linked against libLLVM.so
via lldb-dev
lldb-dev at lists.llvm.org
Mon Nov 13 06:09:50 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=34194
labath at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |labath at google.com,
| |lhames at gmail.com
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from labath at google.com ---
Ok, this was a fun one.
It turns out this was failing because we were using a completely different JIT
implementation in a LLVM_LINK_LLVM_DYLIB=On build vs. a plain one. For more
details see r318039 commit message.
The fix is to never request the Orc jit, as lldb currently just does not work
with it.
If you sync to the abovementioned commit, I think you should find your problem
resolved. Let me know if you still see any issues.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20171113/b7a6e2aa/attachment.html>
More information about the lldb-dev
mailing list