Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / tools / sanstats / CMakeLists.txt
blob198f6692531d5870ed4e92b194bf23b6f84b2e9a
1 set(LLVM_LINK_COMPONENTS
2   Support
3   Symbolize
4   )
6 add_llvm_tool(sanstats
7   sanstats.cpp
9   DEPENDS
10   intrinsics_gen
11   )