Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"subrepo" : "llvm-mirror/llvm",
"branch" : "master",
"subdir" : "third_party/llvm",
"commit" : "ef0e051c6d035ff067d4f73fa2ed90bacfaafbae"
"commit" : "e35805b8192297a81e795573614274b904785a7d"
},
{
"name" : "clang",
"site" : "github",
"subrepo" : "llvm-mirror/clang",
"branch" : "master",
"subdir" : "third_party/clang",
"commit" : "44019e8c500fba0cece458d2e44700c967f247c9"
"commit" : "834a93f953ac6789f39dbeb86d8144f847807353"
},
{
"name" : "SPIRV-Headers",
Expand Down
12 changes: 6 additions & 6 deletions kokoro/scripts/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ set SRC=%cd%\github\clspv
set BUILD_TYPE=%1
set VS_VERSION=%2

:: Force usage of python 3.6
set PATH=C:\python36;%PATH%
choco install cmake --pre --yes --no-progress
choco upgrade cmake --pre --yes --no-progress

:: Force usage of python 3.6 and add cmake to the path.
set PATH=C:\python36;"C:\Program Files\CMake\bin";%PATH%

cd %SRC%
python utils/fetch_sources.py
Expand All @@ -29,15 +32,12 @@ python utils/fetch_sources.py
:: set up msvc build env
:: #########################################
if %VS_VERSION% == 2017 (
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
set GENERATOR="Visual Studio 15 2017 Win64"
echo "Using VS 2017..."
) else if %VS_VERSION% == 2015 (
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
set GENERATOR="Visual Studio 14 2015 Win64"
echo "Using VS 2015..."
) else if %VS_VERSION% == 2013 (
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64
set GENERATOR="Visual Studio 12 2013 Win64"
echo "Using VS 2013..."
)
Expand All @@ -56,7 +56,7 @@ if "%KOKORO_GITHUB_COMMIT%." == "." (
set BUILD_SHA=%KOKORO_GITHUB_COMMIT%
)

cmake -G%GENERATOR% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DLLVM_TARGETS_TO_BUILD="" ..
cmake -G%GENERATOR% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DLLVM_TARGETS_TO_BUILD="" .. -Thost=x64

if %ERRORLEVEL% GEQ 1 exit /b %ERRORLEVEL%

Expand Down
21 changes: 0 additions & 21 deletions kokoro/windows-msvc-2015-release/build.bat

This file was deleted.

15 changes: 0 additions & 15 deletions kokoro/windows-msvc-2015-release/continuous.cfg

This file was deleted.

15 changes: 0 additions & 15 deletions kokoro/windows-msvc-2015-release/presubmit.cfg

This file was deleted.