summaryrefslogtreecommitdiffstats
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-23 19:31:59 +0000
committered <ed@FreeBSD.org>2009-06-23 19:31:59 +0000
commit5c1b5c146f3df07c75174aff06c3bb0968f6857e (patch)
tree2db4127ea6c69f2548de6981658579fddd794448 /tools/CMakeLists.txt
parent4d74f68bdcfeab629970a41b69b96ac709b08a2b (diff)
downloadFreeBSD-src-5c1b5c146f3df07c75174aff06c3bb0968f6857e.zip
FreeBSD-src-5c1b5c146f3df07c75174aff06c3bb0968f6857e.tar.gz
Import LLVM r73984.
It seems I keep importing sources at very unlucky moments. Let's see what this revision of LLVM does.
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 7191d80..1273c25 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -2,7 +2,9 @@
# large and three small executables. This is done to minimize memory load
# in parallel builds. Please retain this ordering.
-if (NOT USE_EXPLICIT_DEPENDENCIES)
+# FIXME: We don't yet have the ability to build llvm-config with CMake
+# based on explicit dependencies.
+if (FALSE)
add_subdirectory(llvm-config)
endif()
OpenPOWER on IntegriCloud