[llvm-bugs] [Bug 34194] LLDB fails to evaluate expressions which include string literals when linked against libLLVM.so

via llvm-bugs llvm-bugs 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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171113/336ae5c7/attachment-0001.html>


More information about the llvm-bugs mailing list