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