From 54696e3d3cf11f32390b253d297a21a0e07e21ff Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Fri, 31 May 2013 22:33:21 +0200 Subject: [PATCH] Reflect the LLVM 3.1+ requirement in the CMake build system. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 579acc2e..6795020f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ endif() # Locate LLVM. # -find_package(LLVM 3.0 REQUIRED +find_package(LLVM 3.1 REQUIRED all-targets bitwriter linker ipo instrumentation backend support tablegen asmparser ${EXTRA_LLVM_MODULES}) math(EXPR LDC_LLVM_VER ${LLVM_VERSION_MAJOR}*100+${LLVM_VERSION_MINOR})