Displaying 2 results from an estimated 2 matches for "lfunc_begin".
Did you mean:
lfunc_begin0
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 perfectly happy with this, but the
assembler complains about the undefined symbol. Any clues?
-Rich
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: main.o....
2009 Nov 04
0
[LLVMdev] Debug info
...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 perfectly happy with this, but the assembler
> complains about the undefined symbol. Any clues?
>
> -Rich
>
> _______________________________________________
> LLVM Developers maili...