repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing
[llvm-core.git]
/
tools
/
llvm-profdata
/
CMakeLists.txt
blob
49641c482f29fc60eee9bd7b64107e71c8d2e3f1
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ProfileData
4
Support
5
)
6
7
add_llvm_tool(llvm-profdata
8
llvm-profdata.cpp
9
10
DEPENDS
11
intrinsics_gen
12
)