[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git] / llvm / lib / DWARFLinker / Parallel / CMakeLists.txt
blob1e7ff0703d135ce840c1eaa270b44d21cf8423c8
1 add_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
14   ADDITIONAL_HEADER_DIRS
15   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinkerParallel
17   DEPENDS
18   intrinsics_gen
20   LINK_LIBS
21   ${LLVM_PTHREAD_LIB}
23   LINK_COMPONENTS
24   AsmPrinter
25   BinaryFormat
26   CodeGen
27   DebugInfoDWARF
28   DWARFLinker
29   MC
30   Object
31   Support
32   TargetParser
33   )