
The `intrinsics_gen` target exists in the CMake exports since r309389 (see LLVMConfig.cmake.in), hence projects can depend on `intrinsics_gen` even it they are built separately from LLVM. Reviewed By: MaskRay, JDevlieghere Differential Revision: https://reviews.llvm.org/D83454
25 lines
323 B
CMake
25 lines
323 B
CMake
add_lld_library(lldCore
|
|
DefinedAtom.cpp
|
|
Error.cpp
|
|
File.cpp
|
|
LinkingContext.cpp
|
|
Reader.cpp
|
|
Resolver.cpp
|
|
SymbolTable.cpp
|
|
Writer.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLD_INCLUDE_DIR}/lld/Core
|
|
|
|
LINK_COMPONENTS
|
|
BinaryFormat
|
|
MC
|
|
Support
|
|
|
|
LINK_LIBS
|
|
${LLVM_PTHREAD_LIB}
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|