forked from OSchip/llvm-project
29 lines
438 B
CMake
29 lines
438 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BOLTUtils
|
|
DebugInfoDWARF
|
|
Demangle
|
|
MC
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_library(LLVMBOLTCore
|
|
BinaryBasicBlock.cpp
|
|
BinaryContext.cpp
|
|
BinaryData.cpp
|
|
BinaryEmitter.cpp
|
|
BinaryFunction.cpp
|
|
BinaryFunctionProfile.cpp
|
|
BinarySection.cpp
|
|
DebugData.cpp
|
|
DynoStats.cpp
|
|
Exceptions.cpp
|
|
JumpTable.cpp
|
|
MCPlusBuilder.cpp
|
|
ParallelUtilities.cpp
|
|
Relocation.cpp
|
|
|
|
LINK_LIBS
|
|
${LLVM_PTHREAD_LIB}
|
|
)
|