Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / lib / DWARFLinkerParallel / CMakeLists.txt
blobd321ecf8d5ce8475643596026b909d86909a4696
1 add_llvm_component_library(LLVMDWARFLinkerParallel
2   DependencyTracker.cpp
3   DIEAttributeCloner.cpp
4   DWARFEmitterImpl.cpp
5   DWARFFile.cpp
6   DWARFLinker.cpp
7   DWARFLinkerCompileUnit.cpp
8   DWARFLinkerImpl.cpp
9   DWARFLinkerUnit.cpp
10   OutputSections.cpp
11   StringPool.cpp
13   ADDITIONAL_HEADER_DIRS
14   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinkerParallel
16   DEPENDS
17   intrinsics_gen
19   LINK_COMPONENTS
20   AsmPrinter
21   BinaryFormat
22   CodeGen
23   DebugInfoDWARF
24   MC
25   Object
26   Support
27   TargetParser
28   )