Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ following:
| `-- clang
`-- projects
|-- llvm-spirv
`-- common-clang
`-- opencl-clang
```

This can be done using the following commands:
Expand All @@ -41,7 +41,7 @@ Then we need to create a build directory and run the build:
cd <workspace>
mkdir build && cd build
cmake -DLLVM_TARGETS_TO_BUILD="X86" ../llvm
make common_clang -j`nproc`
make opencl-clang -j`nproc`
```

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