index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
gold
/
Makefile
Age
Commit message (
Expand
)
Author
2012-08-27
Pass -lLTO after gold-plugin.o so that it gets used in systems that default to
Rafael Espindola
2011-11-23
Point to libLTO with -L/PATH/ -lLTO so that it is found in the install
Rafael Espindola
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-05-31
Also remove -lLTO which should have been in r132349. I failed to apply this
Nick Lewycky
2011-05-31
Make the gold plugin build on Cygwin as well as Linux. Patch by David Meyer!
Nick Lewycky
2010-11-29
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-09-10
Don't build redundant libLLVMgold.a.
NAKAMURA Takumi
2010-05-16
Avoid renaming loadable modules at install time. Now the gold plugin is named
Rafael Espindola
2010-04-16
Create an exports file, so that the plugin only exports the onload symbol.
Dan Gohman
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-10-11
Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!
Nick Lewycky
2009-06-24
remove dead makefile flags.
Chris Lattner
2009-05-16
Make sure the CXXFLAGS setting is picked up by
Duncan Sands
2009-02-26
Force 'llvm-config' to go first, optionally followed by lto and gold mixed in
Nick Lewycky
2009-02-05
Revert the previous commit. It seems it didn't
Duncan Sands
2009-02-05
Stop llvm-config thinking that there are circular
Duncan Sands
2009-02-03
Add LLVM plugin for gold.
Nick Lewycky