Skip to content

Commit 553e984

Browse files
committed
Update README on ocl-open-90
- Updated travis.ci badge to point to correct branch - Updated in-tree build instructions to checkout correct branches of dependencies Signed-off-by: Alexey Sachkov <[email protected]>
1 parent c1b0697 commit 553e984

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/intel/opencl-clang.svg?branch=master)](https://travis-ci.com/intel/opencl-clang)
1+
[![Build Status](https://travis-ci.com/intel/opencl-clang.svg?branch=ocl-open-90)](https://travis-ci.com/intel/opencl-clang)
22

33
Common clang is a thin wrapper library around clang. Common clang has
44
OpenCL-oriented API and is capable to compile OpenCL C kernels to SPIR-V
@@ -28,12 +28,12 @@ following:
2828
This can be done using the following commands:
2929
```
3030
cd <workspace>
31-
git clone https://github.com/llvm-mirror/llvm.git
31+
git clone https://github.com/llvm-mirror/llvm.git -b release_90
3232
cd tools
33-
git clone https://github.com/llvm-mirror/clang.git
33+
git clone https://github.com/llvm-mirror/clang.git -b release_90
3434
cd <workspace>/llvm/projects
35-
git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git llvm-spirv
36-
git clone https://github.com/intel/opencl-clang.git
35+
git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git llvm-spirv -b llvm_release_90
36+
git clone https://github.com/intel/opencl-clang.git -b ocl-open-90
3737
```
3838

3939
Then we need to create a build directory and run the build:

0 commit comments

Comments
 (0)