[LLVMdev] Debug info

Richard Pennington rich at pennware.com
Wed Nov 4 11:13:28 PST 2009


Richard Pennington wrote:
> 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

I realize my question makes no sense. I was using code borrowed from 
clang. I'll check out what clang is doing now.

-Rich



More information about the llvm-dev mailing list