Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / tools / llvm-dwarfutil / CMakeLists.txt
blobb2585799b10c13c862b9442c888ca6d4e4726bce
1 set(LLVM_TARGET_DEFINITIONS Options.td)
2 tablegen(LLVM Options.inc -gen-opt-parser-defs)
3 add_public_tablegen_target(DwarfutilTableGen)
5 set(LLVM_LINK_COMPONENTS
6   AllTargetsCodeGens
7   AllTargetsDescs
8   AllTargetsInfos
9   CodeGenTypes
10   DWARFLinker
11   DWARFLinkerParallel
12   DebugInfoDWARF
13   MC
14   ObjCopy
15   Object
16   Option
17   Support
18   Target
19   TargetParser
20   )
22 add_llvm_tool(llvm-dwarfutil
23   llvm-dwarfutil.cpp
24   DebugInfoLinker.cpp
26   DEPENDS
27   intrinsics_gen
28   ${tablegen_deps}
29   )