aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gold/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+2
* Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola2012-08-271-1/+3
* Point to libLTO with -L/PATH/ -lLTO so that it is found in the installRafael Espindola2011-11-231-1/+1
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-10/+8
* Also remove -lLTO which should have been in r132349. I failed to apply thisNick Lewycky2011-05-311-1/+1
* Make the gold plugin build on Cygwin as well as Linux. Patch by David Meyer!Nick Lewycky2011-05-311-1/+1
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Don't build redundant libLLVMgold.a.NAKAMURA Takumi2010-09-101-1/+0
* Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola2010-05-161-1/+1
* Create an exports file, so that the plugin only exports the onload symbol.Dan Gohman2010-04-161-0/+2
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!Nick Lewycky2009-10-111-2/+3
* remove dead makefile flags.Chris Lattner2009-06-241-1/+0
* Make sure the CXXFLAGS setting is picked up byDuncan Sands2009-05-161-2/+2
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-261-0/+1
* Revert the previous commit. It seems it didn'tDuncan Sands2009-02-051-1/+5
* Stop llvm-config thinking that there are circularDuncan Sands2009-02-051-5/+1
* Add LLVM plugin for gold.Nick Lewycky2009-02-031-0/+29