Skip to content

Commit a182c8c

Browse files
committed
Correct the folder name and make command
1 parent 3273e6e commit a182c8c

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
@@ -22,7 +22,7 @@ following:
2222
| `-- clang
2323
`-- projects
2424
|-- llvm-spirv
25-
`-- common-clang
25+
`-- opencl-clang
2626
```
2727

2828
This can be done using the following commands:
@@ -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)