diff --git a/alloy.py b/alloy.py
index 8f49b383..9a492e18 100755
--- a/alloy.py
+++ b/alloy.py
@@ -208,7 +208,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
from_validation)
else:
try_do_LLVM("configure release version ",
- 'cmake -G "Visual Studio 10" -DCMAKE_INSTALL_PREFIX="..\\'+ LLVM_BIN +
+ 'cmake -G "Visual Studio 11" -DCMAKE_INSTALL_PREFIX="..\\'+ LLVM_BIN +
'" -DLLVM_LIT_TOOLS_DIR="C:\\gnuwin32\\bin" ..\\' + LLVM_SRC,
from_validation)
else:
diff --git a/ispc.vcxproj b/ispc.vcxproj
index 8aee2988..8fa9be70 100755
--- a/ispc.vcxproj
+++ b/ispc.vcxproj
@@ -365,12 +365,14 @@
Application
true
Unicode
+ v110
Application
false
false
Unicode
+ v110
@@ -429,4 +431,4 @@
-
+
\ No newline at end of file