summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/libprofile
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-04-26 05:48:41 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-04-26 05:48:41 +0000
commit68d2218978b922bbb77ffca62c44daea73d1ae37 (patch)
treebcf45ae9788bea16bce41a3782761e108bdfacf8 /llvm/runtime/libprofile
parent2f6475403144d95b310d4f8f24ffce3830920f20 (diff)
downloadbcm5719-llvm-68d2218978b922bbb77ffca62c44daea73d1ae37.tar.gz
bcm5719-llvm-68d2218978b922bbb77ffca62c44daea73d1ae37.zip
Add cmakefiles to build profile_rt.so!
llvm-svn: 130191
Diffstat (limited to 'llvm/runtime/libprofile')
-rw-r--r--llvm/runtime/libprofile/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/runtime/libprofile/CMakeLists.txt b/llvm/runtime/libprofile/CMakeLists.txt
new file mode 100644
index 00000000000..92182d7f8ff
--- /dev/null
+++ b/llvm/runtime/libprofile/CMakeLists.txt
@@ -0,0 +1,9 @@
+add_llvm_loadable_module( profile_rt
+ BasicBlockTracing.c
+ CommonProfiling.c
+ GCDAProfiling.c
+ PathProfiling.c
+ EdgeProfiling.c
+ OptimalEdgeProfiling.c
+ Profiling.h
+ )
OpenPOWER on IntegriCloud