Skip to content

Commit 0e032f6

Browse files
PawelJurekAlexeySotkin
authored andcommitted
Update README.md
1 parent ab31684 commit 0e032f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This can be done using the following commands:
2929
```
3030
cd <workspace>
3131
git clone https://github.com/llvm-mirror/llvm.git -b release_70
32-
cd tools
32+
cd llvm/tools
3333
git clone https://github.com/llvm-mirror/clang.git -b release_70
3434
cd <workspace>/llvm/projects
3535
git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git -b llvm_release_70 llvm-spirv
@@ -41,7 +41,7 @@ Then we need to create a build directory and run the build:
4141
cd <workspace>
4242
mkdir build && cd build
4343
cmake -DLLVM_TARGETS_TO_BUILD="X86" ../llvm
44-
make common_clang -j`nproc`
44+
make opencl-clang -j`nproc`
4545
```
4646

4747
For sanity check of the built please run `make check-clang` and

0 commit comments

Comments
 (0)