Skip to content

Commit 97a7858

Browse files
committed
Update toolchain build verification instructions.
Signed-off-by: Alexey Bader <[email protected]>
1 parent 150344f commit 97a7858

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,13 @@ To verify that built DPC++ toolchain is working correctly, run:
263263

264264
**Linux**
265265
```bash
266-
make -j`nproc` check-all
266+
python $DPCPP_HOME/llvm/buildbot/check.py
267267
```
268268

269-
**Windows (64-bit)**
269+
**Windows**
270+
270271
```bat
271-
ninja check-all
272+
python %DPCPP_HOME%\llvm\buildbot\check.py
272273
```
273274

274275
If no OpenCL GPU/CPU runtimes are available, the corresponding tests are

0 commit comments

Comments
 (0)