[LLVMdev] Debug information and JIT

Duncan Sands baldrick at free.fr
Thu Jul 26 08:25:13 PDT 2012


Hi Paweł,
> I have a problem that was reported some time ago but never received
> any solution.

probably the reason that there is no action is surely that the old JIT
implementation is being replaced with the new MCJIT implementation, so
no-one feels very motivated to fix the old JIT since it is going away.
Try passing -use-mcjit to lli.

Ciao, Duncan.

> See
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-November/036113.html
> http://llvm.org/bugs/show_bug.cgi?id=6981
>
> JIT emitter for X86 aborts when is asked to emit instruction for
> opcode 11 (DBG_VALUE).
> That opcode comes from @llvm.dbg.declare intrinsic function.
>
> Should this intrinsic be removed in some earlier stage?
>
> --
> Paweł Bylica
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>




More information about the llvm-dev mailing list