Displaying 3 results from an estimated 3 matches for "emitstoppoint".
2009 Nov 04
2
[LLVMdev] Debug info
...chard,
>
> 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
2009 Nov 03
2
[LLVMdev] Debug info
Hi,
I'm trying to use the new debug info and I seem to have broken
something. The attached LLVM assembly is the result of compiling a
simple main() function. If I generate x86 assembly language from this I
get the attached assembly file.
The debug info seems complete, except that the .Lfunc_begin symbol is
referenced but not defined in the .s file.
llvm-dis, llvm-as, and llc seem
2009 Nov 04
0
[LLVMdev] Debug info
Hi Richard,
How do you produce this LLVM assembly? In newest form,
llvm.dbg.func_start intrinsic is not used.
-
Devang
On Tue, Nov 3, 2009 at 5:48 AM, Richard Pennington <rich at pennware.com> wrote:
> Hi,
>
> I'm trying to use the new debug info and I seem to have broken something.
> The attached LLVM assembly is the result of compiling a simple main()
> function. If I