[LLVMdev] LLVM native code and GDB -> Segmentation Fault

Rafael Baldiati Parizi parizi.computacao at gmail.com
Tue Nov 22 11:18:53 PST 2011


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

-- 
*Rafael Parizi*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111122/38767d92/attachment.html>


More information about the llvm-dev mailing list