Skip to content

Commit d0b674a

Browse files
committed
Update README
Reflected information about ocl-open-80 branch in build instructions.
1 parent 68d597f commit d0b674a

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
@@ -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
32-
cd tools
33-
git clone https://github.com/llvm-mirror/clang.git
31+
git clone https://github.com/llvm-mirror/llvm.git -b release_80
32+
cd <workspace>/llvm/tools
33+
git clone https://github.com/llvm-mirror/clang.git -b release_80
3434
cd <workspace>/llvm/projects
3535
git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git llvm-spirv
36-
git clone https://github.com/intel/opencl-clang.git
36+
git clone https://github.com/intel/opencl-clang.git -b ocl-open-80
3737
```
3838

3939
Then we need to create a build directory and run the build:
@@ -59,7 +59,7 @@ documented in [Embedding LLVM in your project](https://llvm.org/docs/CMake.html#
5959
Commands to checkout sources and build:
6060
```
6161
cd <workspace>
62-
git clone https://github.com/intel/opencl-clang.git
62+
git clone https://github.com/intel/opencl-clang.git -b ocl-open-80
6363
mkdir build && cd build
6464
cmake ../opencl-clang
6565
make all -j`nproc`

0 commit comments

Comments
 (0)