mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 01:39:03 +02:00
LLVM 3.0 is now required.
This commit is contained in:
@@ -17,7 +17,7 @@ separate_arguments(EXTRA_LLVM_MODULES)
|
|||||||
|
|
||||||
# We need to find exactly the right LLVM version, our code usually does not
|
# We need to find exactly the right LLVM version, our code usually does not
|
||||||
# work across LLVM »minor« releases.
|
# 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})
|
bitwriter linker ipo instrumentation backend ${EXTRA_LLVM_MODULES})
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user