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

lab...@google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lab...@google.com,
                   |                            |lha...@gmail.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from lab...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to