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