We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab31684 commit 0e032f6Copy full SHA for 0e032f6
README.md
@@ -29,7 +29,7 @@ This can be done using the following commands:
29
```
30
cd <workspace>
31
git clone https://github.com/llvm-mirror/llvm.git -b release_70
32
-cd tools
+cd llvm/tools
33
git clone https://github.com/llvm-mirror/clang.git -b release_70
34
cd <workspace>/llvm/projects
35
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:
41
42
mkdir build && cd build
43
cmake -DLLVM_TARGETS_TO_BUILD="X86" ../llvm
44
-make common_clang -j`nproc`
+make opencl-clang -j`nproc`
45
46
47
For sanity check of the built please run `make check-clang` and
0 commit comments