[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
Rafael EspĂndola
rafael.espindola at gmail.com
Thu Jun 28 15:05:47 PDT 2012
> Does anyone have some clue on what's going on ?
You don't need to pass command line options to ar and nm if the plugin
is installed in the correct directories. A guess is that the build
system is running ranlib on the .a files and that is destroying the
index created by nm.
If you put the plugins in the bfd-plugins directory nm, ar and ranlib
will use them.
> Thanks very much!
>
> Ryan
>
Cheers,
Rafael
More information about the llvm-dev
mailing list