Skip to content

Commit cb9ecf3

Browse files
committed
Switch SPIR-V translator to 'llvm_release_80' branch
1 parent d0e5e2a commit cb9ecf3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ addons:
3333
- libclang-8-dev
3434

3535
install:
36-
- wget https://github.com/KhronosGroup/SPIRV-LLVM-Translator/releases/download/dev-build/SPIRV-LLVM-Translator-dev-build-linux-Release.zip -O /tmp/SPIRV-LLVM-Translator-dev-build-linux-${BUILD_TYPE}.zip
37-
- unzip /tmp/SPIRV-LLVM-Translator-dev-build-linux-${BUILD_TYPE}.zip -d spirv-llvm-translator
36+
- export TAG=v8.0.0-1
37+
- export TARBALL=SPIRV-LLVM-Translator-${TAG}-linux-${BUILD_TYPE}.zip
38+
- wget https://github.com/KhronosGroup/SPIRV-LLVM-Translator/releases/download/${TAG}/${TARBALL} -O /tmp/${TARBALL}
39+
- unzip /tmp/${TARBALL} -d spirv-llvm-translator
3840

3941
compiler:
4042
- gcc

0 commit comments

Comments
 (0)