bolt/deps/llvm-18.1.8/llvm/lib/DWARFLinker/Parallel/CMakeLists.txt
2025-02-14 19:21:04 +01:00

30 lines
559 B
CMake

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