[LLVMdev] Debug info

Richard Pennington rich at pennware.com
Wed Nov 4 11:03:27 PST 2009


Devang Patel wrote:
> Hi Richard,
> 
> How do you produce this LLVM assembly? In newest form,
> llvm.dbg.func_start intrinsic is not used.
> -
> Devang
> 
Hi Devang,

The assembly is disassembled from bitcode that I create.

I must be using obsolete remnants of the API. I'm calling 
EmitFunctionStart(), EmitStopPoint(), etc. What should I be using?

-Rich



More information about the llvm-dev mailing list