Skip to content

Commit d0e5e2a

Browse files
authored
Update branch of SPIRV translator in the README.md
1 parent 7f9c04d commit d0e5e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ git clone https://github.com/llvm-mirror/llvm.git -b release_80
3232
cd <workspace>/llvm/tools
3333
git clone https://github.com/llvm-mirror/clang.git -b release_80
3434
cd <workspace>/llvm/projects
35-
git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git llvm-spirv
35+
git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git -b llvm_release_80 llvm-spirv
3636
git clone https://github.com/intel/opencl-clang.git -b ocl-open-80
3737
```
3838

0 commit comments

Comments
 (0)