Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / tools / llvm-remarkutil / CMakeLists.txt
blob48aeb9397cda16d225224043fae969543f717176
1 set(LLVM_LINK_COMPONENTS
2   Demangle
3   Remarks
4   Support
5   )
7 add_llvm_tool(llvm-remarkutil
8   RemarkConvert.cpp
9   RemarkCount.cpp
10   RemarkCounter.cpp
11   RemarkSizeDiff.cpp
12   RemarkUtil.cpp
13   RemarkUtilHelpers.cpp
14   RemarkUtilRegistry.cpp
15   )