Files
clang-p2996/llvm/lib/DWARFLinkerParallel/CMakeLists.txt
Alexey Lapshin a920ae3b8d [DWARF][dsymutil][llvm-dwarfutil] Create a placeholder library DWARFLinkerParallel.
This patch is extracted from D96035. It creates an empty library DWARFLinkerParallel.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D140787
2023-01-20 16:36:09 +01:00

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
)