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