Displaying 2 results from an estimated 2 matches for "c8acc225".
Did you mean:
8acc220
2009 Sep 17
0
[LLVMdev] llc and debug information
Nick Jalbert wrote:
> Thanks for the quick responses, but unfortunately still no luck:
>
> > llvm-g++ -g -O0 -c -emit-llvm test.cpp
> > llc -O0 test.o
> > g++ test.o.s
> > ./a.out
> My return address is 0x400bb2
> > addr2line 0x400bb2
> ??:0
>
> Also to further implicate llc, this works:
>
> > llvm-g++ -g -O0 -S test.cpp
>
2009 Sep 16
2
[LLVMdev] llc and debug information
Thanks for the quick responses, but unfortunately still no luck:
> llvm-g++ -g -O0 -c -emit-llvm test.cpp
> llc -O0 test.o
> g++ test.o.s
> ./a.out
My return address is 0x400bb2
> addr2line 0x400bb2
??:0
Also to further implicate llc, this works:
> llvm-g++ -g -O0 -S test.cpp
> g++ test.s
> ./a.out
My return address is 0x400bf9
> addr2line 0x400bf9