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-cxxmap
/
CMakeLists.txt
blob
a74c777bc585168c1f3795806a50e4c6c460d70d
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Support
4
ProfileData
5
)
6
7
add_llvm_tool(llvm-cxxmap
8
llvm-cxxmap.cpp
9
)