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.
32 lines
578 B
CMake
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
|
|
)
|