Skip to content

Commit e62630b

Browse files
committed
Fix issue of travis CI test and update spirv branch name
1 parent 569b7e0 commit e62630b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323

2424
before-install:
2525
- curl -L "https://apt.llvm.org/llvm-snapshot.gpg.key" | sudo apt-key add -
26-
- echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main" | sudo tee -a ${TRAVIS_ROOT}/etc/apt/sources.list
26+
- echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main" | sudo tee -a ${TRAVIS_ROOT}/etc/apt/sources.list
2727
- sudo apt-get update
2828
- sudo apt-get -yq --no-install-suggests --no-install-recommends install
2929
llvm-${LLVM_VERSION}-dev

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ if(NOT USE_PREBUILT_LLVM)
120120
endif()
121121

122122

123-
# TODO: update after spirv translator branch for llvm 11 is created
124-
set(SPIRV_BASE_REVISION master)
123+
set(SPIRV_BASE_REVISION llvm_release_110)
125124
set(TARGET_BRANCH "ocl-open-110")
126125

127126
apply_patches(${CLANG_SOURCE_DIR}

0 commit comments

Comments
 (0)