This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-24 03:33:20 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
75cf88b1ce
llvm-mirror
/
tools
/
llvm-profdata
/
CMakeLists.txt
10 lines
113 B
CMake
Raw
Normal View
History
Unescape
Escape
[CMake] llvm-profdata requires Core. llvm-svn: 221046
2014-11-01 12:46:04 +01:00
set
(
LLVM_LINK_COMPONENTS
C
o
r
e
P
r
o
f
i
l
e
D
a
t
a
S
u
p
p
o
r
t
)
PGO: llvm-profdata: tool for merging profiles Introducing llvm-profdata, a tool for merging profile data generated by PGO instrumentation in clang. - The name indicates a file extension of <name>.profdata. Eventually profile data output by clang should be changed to that extension. - llvm-profdata merges two profiles. However, the name is more general, since it will likely pick up more tasks (such as summarizing a single profile). - llvm-profdata parses the current text-based format, but will be updated once we settle on a binary format. <rdar://problem/15949645> llvm-svn: 201535
2014-02-18 00:22:49 +01:00
add_llvm_tool
(
llvm-profdata
l
l
v
m
-
p
r
o
f
d
a
t
a
.
c
p
p
)
Reference in New Issue
Copy Permalink