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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
tools
/
llvm-profdata
/
CMakeLists.txt
blob
3545bde5c404221b5e20ac9117655110cab80add
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ProfileData
4
Object
5
DebugInfoDWARF
6
Support
7
)
8
9
add_llvm_tool(llvm-profdata
10
llvm-profdata.cpp
11
12
DEPENDS
13
intrinsics_gen
14
)