[llvm-commits] [llvm] r63623 - in /llvm/trunk/tools: Makefile gold/ gold/Makefile gold/README.txt gold/gold-plugin.cpp

Mike Stump mrs at apple.com
Thu Feb 5 10:59:33 PST 2009


On Feb 5, 2009, at 12:35 AM, Rafael Espindola wrote:
>> I would like llvm-gcc to do the right thing when passed bitcode  
>> files,
>> regardless of the optimization level.
>
> You need a linker plugin in the general case for that to work. Right
> now it should work if you pass -use-gold-plugin. I am wondering what
> is the best way to add a configure option to always look for the
> plugin at run time.

In gcc, --enable-gold.  Then, that turns on code that passes -use-gold- 
plugin on down (or sets the variable).



More information about the llvm-commits mailing list