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 3273e6e commit a182c8cCopy full SHA for a182c8c
README.md
@@ -22,7 +22,7 @@ following:
22
| `-- clang
23
`-- projects
24
|-- llvm-spirv
25
- `-- common-clang
+ `-- opencl-clang
26
```
27
28
This can be done using the following commands:
@@ -41,7 +41,7 @@ Then we need to create a build directory and run the build:
41
cd <workspace>
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