Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / tools / llvm-debuginfo-analyzer / CMakeLists.txt
blob3e16d81abe35c2f5e96b6348e6f411f06c385ef6
1 set(LLVM_LINK_COMPONENTS
2   AllTargetsDescs
3   AllTargetsDisassemblers
4   AllTargetsInfos
5   BinaryFormat
6   DebugInfoCodeView
7   DebugInfoLogicalView
8   DebugInfoPDB
9   MC
10   MCDisassembler
11   Object
12   Support
13   )
15 add_llvm_tool(llvm-debuginfo-analyzer
16   llvm-debuginfo-analyzer.cpp
17   Options.cpp
18   )