From b560e752f3abdbbfcac283000b4e23936787cd02 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 12 Nov 2011 19:51:40 +0100 Subject: [PATCH] LLVM 3.0 is now required. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f5c1770..49a95d7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ separate_arguments(EXTRA_LLVM_MODULES) # We need to find exactly the right LLVM version, our code usually does not # work across LLVM »minor« releases. -find_package(LLVM 2.9 EXACT REQUIRED +find_package(LLVM 3.0 EXACT REQUIRED bitwriter linker ipo instrumentation backend ${EXTRA_LLVM_MODULES}) #