repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
tools
/
llvm-remarkutil
/
CMakeLists.txt
blob
48aeb9397cda16d225224043fae969543f717176
1
set(LLVM_LINK_COMPONENTS
2
Demangle
3
Remarks
4
Support
5
)
6
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
)