[LLVMdev] getting source-level debug info

Nazanin Calagar nazanin.calagar at gmail.com
Wed Jul 3 11:00:36 PDT 2013


Hello,

I have a problem getting source-level debug info using Clang and LLVM 2.9
libraries. 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130703/8e287787/attachment.html>


More information about the llvm-dev mailing list