aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libprofile/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libprofile/CMakeLists.txt')
-rw-r--r--runtime/libprofile/CMakeLists.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/runtime/libprofile/CMakeLists.txt b/runtime/libprofile/CMakeLists.txt
deleted file mode 100644
index 9044f76..0000000
--- a/runtime/libprofile/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-set(SOURCES
- BasicBlockTracing.c
- CommonProfiling.c
- PathProfiling.c
- EdgeProfiling.c
- OptimalEdgeProfiling.c
- Profiling.h
- )
-
-add_llvm_library( profile_rt-static ${SOURCES} )
-set_target_properties( profile_rt-static
- PROPERTIES
- OUTPUT_NAME "profile_rt" )
-
-set(BUILD_SHARED_LIBS ON)
-add_llvm_library( profile_rt-shared ${SOURCES} )
-set_target_properties( profile_rt-shared
- PROPERTIES
- OUTPUT_NAME "profile_rt" )