xref: /llvm-project/llvm/tools/llvm-remarkutil/CMakeLists.txt (revision 31c2cf1136179da2bd179d28ea632bd73f5c0ea9)
1set(LLVM_LINK_COMPONENTS
2  Demangle
3  Remarks
4  Support
5  )
6
7add_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  )
16