This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
cf9138307d
llvm-project
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
CMakeLists.txt
6 lines
109 B
CMake
Raw
Normal View
History
Unescape
Escape
Initial support for the CMake build system. llvm-svn: 56419
2008-09-22 09:08:49 +08:00
add_llvm_library
(
LLVMInstrumentation
E
d
g
e
P
r
o
f
i
l
i
n
g
.
c
p
p
OptimalEdgeProfiling: Creation of profiles. This adds the instrumentation and runtime part of OptimalEdgeProfiling. llvm-svn: 80712
2009-09-02 03:03:44 +08:00
O
p
t
i
m
a
l
E
d
g
e
P
r
o
f
i
l
i
n
g
.
c
p
p
Initial support for the CMake build system. llvm-svn: 56419
2008-09-22 09:08:49 +08:00
P
r
o
f
i
l
i
n
g
U
t
i
l
s
.
c
p
p
)