From e88c724ff09b3d24bcb515b382ded9ee4e885ee5 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 26 Apr 2011 05:48:41 +0000 Subject: Add cmakefiles to build profile_rt.so! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130191 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/libprofile/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 runtime/libprofile/CMakeLists.txt (limited to 'runtime/libprofile') diff --git a/runtime/libprofile/CMakeLists.txt b/runtime/libprofile/CMakeLists.txt new file mode 100644 index 0000000000..92182d7f8f --- /dev/null +++ b/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 + ) -- cgit v1.2.3-70-g09d2