xref: /llvm-project/llvm/lib/DWARFLinker/Parallel/CMakeLists.txt (revision e29cad6b3bb1f573ad5340771faa8a01cc05cb65)
1add_llvm_component_library(LLVMDWARFLinkerParallel
2  AcceleratorRecordsSaver.cpp
3  DependencyTracker.cpp
4  DIEAttributeCloner.cpp
5  DWARFEmitterImpl.cpp
6  DWARFLinker.cpp
7  DWARFLinkerCompileUnit.cpp
8  DWARFLinkerTypeUnit.cpp
9  DWARFLinkerImpl.cpp
10  DWARFLinkerUnit.cpp
11  OutputSections.cpp
12  SyntheticTypeNameBuilder.cpp
13
14  ADDITIONAL_HEADER_DIRS
15  ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinkerParallel
16
17  DEPENDS
18  intrinsics_gen
19
20  LINK_LIBS
21  ${LLVM_PTHREAD_LIB}
22
23  LINK_COMPONENTS
24  AsmPrinter
25  BinaryFormat
26  CodeGen
27  DebugInfoDWARF
28  DWARFLinker
29  MC
30  Object
31  Support
32  TargetParser
33  )
34