From bd790df7e37d4642d156be4cb76f23968eb9df84 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sun, 27 Dec 2015 16:05:23 +0100 Subject: [PATCH] =?UTF-8?q?Disable=20building=20LLVM=20passes=20for=20now.?= =?UTF-8?q?=20=20It=E2=80=99s=20unlikely=20that=20anyone=20actually=20want?= =?UTF-8?q?s=20them=20at=20the=20moment,=20and=20we=20should=20probably=20?= =?UTF-8?q?remove=20them=20at=20some=20future=20date.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83c9363..eb29b99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,7 @@ else () add_definitions(-DNO_LEGACY) endif () -find_package(LLVM QUIET) +#find_package(LLVM QUIET) set(DEFAULT_ENABLE_LLVM ${LLVM_FOUND}) if (DEFAULT_ENABLE_LLVM) exec_program(llvm-config