Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / tools / llvm-cxxmap / CMakeLists.txt
bloba74c777bc585168c1f3795806a50e4c6c460d70d
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   ProfileData
5   )
7 add_llvm_tool(llvm-cxxmap
8   llvm-cxxmap.cpp
9   )