Mercurial > hg > CbC > CbC_llvm
annotate llvm/tools/gold/CMakeLists.txt @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | 1f2b6ac9f198 |
rev | line source |
---|---|
150 | 1 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/gold.exports) |
2 | |
3 if( LLVM_ENABLE_PIC AND LLVM_BINUTILS_INCDIR ) | |
4 include_directories( ${LLVM_BINUTILS_INCDIR} ) | |
5 | |
6 set(LLVM_LINK_COMPONENTS | |
7 ${LLVM_TARGETS_TO_BUILD} | |
8 Linker | |
9 LTO | |
10 BitWriter | |
11 IPO | |
12 ) | |
13 | |
14 add_llvm_library(LLVMgold MODULE | |
15 gold-plugin.cpp | |
16 ) | |
17 | |
18 endif() |