[LLVMdev] getting source-level debug info

David Blaikie dblaikie at gmail.com
Wed Jul 3 11:15:50 PDT 2013


On Wed, Jul 3, 2013 at 11:00 AM, Nazanin Calagar
<nazanin.calagar at gmail.com> wrote:
> Hello,
>
> I have a problem getting source-level debug info using Clang and LLVM 2.9
> libraries.

2.9 is a rather old release in our time frame - and essentially
unsupported. Someone might know something about this, but there's a
fair chance if anyone on the project knew we've long since forgotten.

> I compile the code with -g and -O3 (or even -O1) and I'm
> receiving the following error:
> LLVM ERROR: Code generator does not support intrinsic function
> 'llvm.dbg.value'!
> make: *** [all] Error 1
>
> Which I found is in IntrinsicLowering.cpp and that's because there isn't any
> case for llvm.dbg.value.
> I want to ask if I'm missing something ?
>
> Thank you.
>
> _______________________________________________
> 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