35 lines · plain
1add_llvm_component_library(LLVMDWARFLinkerParallel2 AcceleratorRecordsSaver.cpp3 DependencyTracker.cpp4 DIEAttributeCloner.cpp5 DWARFEmitterImpl.cpp6 DWARFLinker.cpp7 DWARFLinkerCompileUnit.cpp8 DWARFLinkerTypeUnit.cpp9 DWARFLinkerImpl.cpp10 DWARFLinkerUnit.cpp11 OutputSections.cpp12 SyntheticTypeNameBuilder.cpp13 14 ADDITIONAL_HEADER_DIRS15 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinkerParallel16 17 DEPENDS18 intrinsics_gen19 20 LINK_LIBS21 ${LLVM_PTHREAD_LIB}22 23 LINK_COMPONENTS24 AsmPrinter25 BinaryFormat26 CodeGen27 DebugInfoDWARF28 DebugInfoDWARFLowLevel29 DWARFLinker30 MC31 Object32 Support33 TargetParser34 )35