Displaying 3 results from an estimated 3 matches for "9b0fd0c4".
2011 Nov 22
2
[LLVMdev] LLVM native code and GDB -> Segmentation Fault
Hi,
I have a problem with the generation of native code.
I'm wanting to run a native code with GDB.
When I run the program with "*lli program.bc* -> OK,
but if I do *"llc program.bc -o program.s* " and then "*gcc -g program.s
-o program.native*" results in an error when running under GDB.
Error = Segmentation fault.
How can I solve this problem?
Bye
--
2011 Nov 22
0
[LLVMdev] LLVM native code and GDB -> Segmentation Fault
Hi Rafael, is it your program that dies with a segfault, or is it gdb that dies?
Ciao, Duncan.
> I have a problem with the generation of native code.
> I'm wanting to run a native code with GDB.
> When I run the program with "/lli program.bc/ -> OK,
> but if I do /"llc program.bc -o program.s/ " and then "/gcc -g program.s -o
> program.native/"
2011 Nov 22
2
[LLVMdev] LLVM native code and GDB -> Segmentation Fault
...iling list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
*Rafael Parizi*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111122/9b0fd0c4/attachment.html>