File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ following:
2828This can be done using the following commands:
2929```
3030cd <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
3434cd <workspace>/llvm/projects
3535git 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
3939Then 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#
5959Commands to checkout sources and build:
6060```
6161cd <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
6363mkdir build && cd build
6464cmake ../opencl-clang
6565make all -j`nproc`
You can’t perform that action at this time.
0 commit comments