This patch is extracted from D96035. It creates an empty library DWARFLinkerParallel. Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D140787
19 lines
275 B
CMake
19 lines
275 B
CMake
add_llvm_component_library(LLVMDWARFLinkerParallel
|
|
DWARFLinker.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinkerParallel
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
|
|
LINK_COMPONENTS
|
|
BinaryFormat
|
|
DebugInfoDWARF
|
|
AsmPrinter
|
|
CodeGen
|
|
MC
|
|
Object
|
|
Support
|
|
)
|