aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-prof/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-prof/CMakeLists.txt')
-rw-r--r--tools/llvm-prof/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/llvm-prof/CMakeLists.txt b/tools/llvm-prof/CMakeLists.txt
deleted file mode 100644
index 442112b..0000000
--- a/tools/llvm-prof/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-set(LLVM_LINK_COMPONENTS bitreader analysis)
-
-add_llvm_tool(llvm-prof
- llvm-prof.cpp
- )