[LLVMdev] problem using LTO

Reza Yazdani ry.yazdani at gmail.com
Wed Jul 21 19:14:47 PDT 2010


Hello,

I down loaded "llvm-gcc4.2-2.7-x86_64-linux" and I built Spec2006 with it.
It is great and except for one benchmark the rest work fine. I want to build
them with LTO now. I followed the directions in "
http://llvm.org/docs/GoldPlugin.html" and built ar, nm-new, and ld-new in
binutils. I also built libLLVMgold.so.
I get the following error:

llvm-gcc: -use-gold-plugin, but libLLVMgold.so not found.

The command I used with the example in "http://llvm.org/docs/GoldPlugin.html"
is:

/home/reza/llvm-gcc4.2-2.7-x86_64-linux/bin/llvm-gcc -use-gold-plugin a.a
b.o -o main

I put libLLVMgold.so to /usr/lib/bfd-plugins and ar, nm-new and ld-new in
/usr/bin/ar and /usr/bin/nm and /usr/bin/ld respectively.

If I use the load by itself I get:

ld -plugin /usr/lib/bfd-plugins/libLLVMgold.so a.a b.o -o main

it loads but I get:

reza at reza-desktop:~/gcc/trunk/test/mytest$ ./main
Segmentation fault

Thanks,
Reza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100721/882c1fd3/attachment.html>


More information about the llvm-dev mailing list