[llvm-commits] [llvm] r72773 - /llvm/trunk/docs/GoldPlugin.html

Török Edwin edwintorok at gmail.com
Wed Jun 3 09:31:06 PDT 2009


On 2009-06-03 19:28, Rafael Espindola wrote:
>> But without --plugin it doesn't:
>> $ /home/edwin/llvm-svn/install/bin/nm
>> /home/edwin/clam/git/builds/lto/libclamav/lzma/.libs/liblzma.a
>> /home/edwin/llvm-svn/install/bin/nm: LzmaStateDecode.o: File format not
>> recognized
>>     
>
> That is strange. Can you run in strace and check that it is trying to
> open the bfd-plugins directory?
>   

It does, but it doesn't seem to load anything from there.

I attached the strace output and liblzma.a.

To reproduce my failure try running:
<prefix>/bin/nm liblzma.a

vs.

<prefix>/bin/nm liblzma.a --plugin libLLVMgold.so

Best regards,
--Edwin
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: log
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090603/6222b0a5/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: liblzma.a
Type: application/octet-stream
Size: 11500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090603/6222b0a5/attachment.a>


More information about the llvm-commits mailing list