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