Displaying 1 result from an estimated 1 matches for "attach_debug_info_to_an_insn".
2009 Nov 04
2
[LLVMdev] Debug info
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