Files
clang-p2996/llvm/lib/DWARFLinkerParallel/CMakeLists.txt
avl-llvm b61ac4a88f [DWARFLinkerParallel] Add support for -odr mode. (#68721)
This patch is extracted from D96035, it adds support for the type
deduplication mode. With this patch DWARFLinkerParallel handles --odr
option. It also processes clang modules.
2023-11-23 13:56:34 +03:00

32 lines
578 B
CMake

add_llvm_component_library(LLVMDWARFLinkerParallel
AcceleratorRecordsSaver.cpp
DependencyTracker.cpp
DIEAttributeCloner.cpp
DWARFEmitterImpl.cpp
DWARFFile.cpp
DWARFLinker.cpp
DWARFLinkerCompileUnit.cpp
DWARFLinkerTypeUnit.cpp
DWARFLinkerImpl.cpp
DWARFLinkerUnit.cpp
OutputSections.cpp
StringPool.cpp
SyntheticTypeNameBuilder.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinkerParallel
DEPENDS
intrinsics_gen
LINK_COMPONENTS
AsmPrinter
BinaryFormat
CodeGen
DebugInfoDWARF
MC
Object
Support
TargetParser
)