Skip to content

Commit d3a74c3

Browse files
authored
[SYCL][DOC] Update doc for building DPC++ runtime with libcxx (#3176)
Signed-off-by: gejin <ge.jin@intel.com>
1 parent 9bf0e20 commit d3a74c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,14 @@ should be used.
120120
-DSYCL_LIBCXX_INCLUDE_PATH=<path to libc++ headers> \
121121
-DSYCL_LIBCXX_LIBRARY_PATH=<path to libc++ and libc++abi libraries>
122122
```
123+
You can also use configure script to enable:
123124

125+
```
126+
python %DPCPP_HOME%\llvm\buildbot\configure.py --use-libcxx \
127+
--libcxx-include <path to libc++ headers> \
128+
--libcxx-library <path to libc++ and libc++ abi libraries>
129+
python %DPCPP_HOME%\llvm\buildbot\compile.py
130+
```
124131
### Build DPC++ toolchain with support for NVIDIA CUDA
125132

126133
There is experimental support for DPC++ for CUDA devices.

0 commit comments

Comments
 (0)