This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-26 05:32:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
4983b992ab
llvm-6502
/
lib
/
ProfileData
/
CMakeLists.txt
6 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
ProfileData: Introduce the InstrProfReader interface and a text reader This introduces the ProfileData library and updates llvm-profdata to use this library for reading profiles. InstrProfReader is an abstract base class that will be subclassed for both the raw instrprof data from compiler-rt and the efficient instrprof format that will be used for PGO. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204482 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-21 17:24:48 +00:00
add_llvm_library
(
LLVMProfileData
I
n
s
t
r
P
r
o
f
.
c
p
p
I
n
s
t
r
P
r
o
f
R
e
a
d
e
r
.
c
p
p
ProfileData: Introduce InstrProfWriter using the naive text format This isn't a format we'll want to write out in practice, but moving it to the writer library simplifies llvm-profdata and isolates it from further changes to the format. This also allows us to update the tests to not rely on the text output format. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204489 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-21 17:46:22 +00:00
I
n
s
t
r
P
r
o
f
W
r
i
t
e
r
.
c
p
p
[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204553 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-23 01:23:36 +00:00
)
Reference in New Issue
Copy Permalink