aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/gold/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2018-12-20cmake: Remove add_llvm_loadable_module()Tom Stellard1-1/+1
2017-07-31gold/CMakeLists.txt: Prune (-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64).NAKAMURA Takumi1-4/+0
2017-07-31Prune trailing linefeed at eof.NAKAMURA Takumi1-1/+0
2016-05-26[ThinLTO/gold] Handle bitcode archivesTeresa Johnson1-0/+1
2015-02-14[gold] Consolidate the gold plugin options and actually search forChandler Carruth1-3/+0
2014-12-05Be less conservative about when we build the gold plugin.Rafael Espindola1-5/+1
2014-08-21Rewrite the gold plugin to fix pr19901.Rafael Espindola1-1/+3
2014-06-19Use lib/LTO directly in the gold plugin.Rafael Espindola1-3/+4
2014-02-26Don't mix the plain and keyword signatures of target_link_libraries.Rafael Espindola1-1/+1
2014-01-10Space formatting fix for r198966.Tom Roeder1-1/+1
2014-01-10Fixing build break: should be in the if statement, not outside.Tom Roeder1-1/+3
2014-01-10Restore the library dependency of LLVMgold on LTO; this was removed recently butTom Roeder1-0/+2
2013-12-28EXPORTED_SYMBOL_FILE support for cmakeNico Weber1-26/+2
2011-11-05Use absolute path to exportsfile in gold plugin CMake build.Peter Collingbourne1-1/+2
2011-05-12CMake builds gold by default since revision 127466. This isOscar Fuentes1-2/+4
2011-03-11Force re-linking of LLVMgold.so when its exports file changes.Oscar Fuentes1-0/+6
2011-03-11Fix processing of gold.exports.Oscar Fuentes1-1/+1
2011-03-11Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes1-0/+37