From 0dab8e4c23a130687d18e338d6b8feff4727ccde Mon Sep 17 00:00:00 2001 From: Ronan Keryell Date: Tue, 3 May 2022 13:39:39 -0700 Subject: [PATCH] [SYCL][NFC] Update configure.py documentation to match the --werror option (#6096) * The former --no-werror has been replaced by an opposite --werror option. * Fix back-tick typo --- sycl/doc/GetStartedGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/doc/GetStartedGuide.md b/sycl/doc/GetStartedGuide.md index d2887863dc58a..26b6a0952a581 100644 --- a/sycl/doc/GetStartedGuide.md +++ b/sycl/doc/GetStartedGuide.md @@ -117,11 +117,11 @@ You can use the following flags with `configure.py` (full list of available flags can be found by launching the script with `--help`): * `--system-ocl` -> Don't download OpenCL headers and library via CMake but use the system ones -* `--no-werror` -> Don't treat warnings as errors when compiling llvm +* `--werror` -> treat warnings as errors when compiling LLVM * `--cuda` -> use the cuda backend (see [Nvidia CUDA](#build-dpc-toolchain-with-support-for-nvidia-cuda)) * `--hip` -> use the HIP backend (see [HIP](#build-dpc-toolchain-with-support-for-hip-amd)) * `--hip-platform` -> select the platform used by the hip backend, `AMD` or `NVIDIA` (see [HIP AMD](#build-dpc-toolchain-with-support-for-hip-amd) or see [HIP NVIDIA](#build-dpc-toolchain-with-support-for-hip-nvidia)) -* '--enable-esimd-emulator' -> enable ESIMD CPU emulation (see [ESIMD CPU emulation](#build-dpc-toolchain-with-support-for-esimd-cpu)) +* `--enable-esimd-emulator` -> enable ESIMD CPU emulation (see [ESIMD CPU emulation](#build-dpc-toolchain-with-support-for-esimd-cpu)) * `--shared-libs` -> Build shared libraries * `-t` -> Build type (debug or release) * `-o` -> Path to build directory