summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-04-26 14:55:27 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-04-26 14:55:27 +0000
commitab92d1e1c2df7d459237c155e99feda03cfde59a (patch)
tree1715b6220f163ea8b567ebf4f983abdb21aa197f /runtime
parentcace5b8cafc9b7ca3f4f20c43491b156e0c20a8a (diff)
downloadllvm-ab92d1e1c2df7d459237c155e99feda03cfde59a.tar.gz
llvm-ab92d1e1c2df7d459237c155e99feda03cfde59a.tar.bz2
llvm-ab92d1e1c2df7d459237c155e99feda03cfde59a.tar.xz
Honor LLVM_BUILD_RUNTIME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130199 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index bcdaf8427b..502b91dc58 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -1 +1,5 @@
+if( NOT LLVM_BUILD_RUNTIME )
+ set(EXCLUDE_FROM_ALL ON)
+endif()
+
add_subdirectory(libprofile)