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