We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9830302 commit 5c70b41Copy full SHA for 5c70b41
build/scripts/LLVM.lua
@@ -173,7 +173,7 @@ local archive_ext = use_7zip and ".7z" or ".tar.xz"
173
174
function download_llvm()
175
local toolset = get_toolset_configuration_name()
176
- if toolset == "vs2012" or toolset == "vs2013" then
+ if toolset == "vs2012" or toolset == "vs2013" or toolset == "vs2015" then
177
error("Pre-compiled LLVM packages for your VS version are not available.\n" ..
178
"Please upgrade to a newer VS version or compile LLVM manually.")
179
end
0 commit comments