LLVM 3.0 is now required.

This commit is contained in:
David Nadlinger
2011-11-12 19:51:40 +01:00
parent ffe37c4a62
commit b560e752f3

View File

@@ -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})
#