15 lines
240 B
CMake
15 lines
240 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Demangle
|
|
Remarks
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-remarkutil
|
|
RemarkConvert.cpp
|
|
RemarkCount.cpp
|
|
RemarkCounter.cpp
|
|
RemarkSizeDiff.cpp
|
|
RemarkUtil.cpp
|
|
RemarkUtilHelpers.cpp
|
|
RemarkUtilRegistry.cpp
|
|
)
|