File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ def warn_drv_unknown_cuda_version: Warning<
7979 InGroup<CudaUnknownVersion>;
8080def err_drv_cuda_host_arch : Error<"unsupported architecture '%0' for host compilation.">;
8181def err_drv_no_sycl_libspirv : Error<
82- "cannot find suitable ` libspirv-nvptx64--nvidiacl.bc` variant. Provide path to libspirv library via "
83- "-fsycl-libspirv-path, or pass -fno-sycl-libspirv to build without linking with libspirv.">;
82+ "cannot find suitable ' libspirv-nvptx64--nvidiacl.bc' variant. Provide path to libspirv library via "
83+ "' -fsycl-libspirv-path' , or pass ' -fno-sycl-libspirv' to build without linking with libspirv.">;
8484def err_drv_mix_cuda_hip : Error<"Mixed Cuda and HIP compilation is not supported.">;
8585def err_drv_bad_target_id : Error<"Invalid target ID: %0 (A target ID is a processor name "
8686 "followed by an optional list of predefined features post-fixed by a plus or minus sign deliminated "
Original file line number Diff line number Diff line change 66// RUN: -fsycl-targets=nvptx64-nvidia-nvcl-sycldevice --cuda-path=%S/Inputs/CUDA/usr/local/cuda \
77// RUN: -fsycl-libspirv-path=%S/Inputs/SYCL/no-libspirv-exists-here.bc %s 2>&1 \
88// RUN: | FileCheck --check-prefix=ERR %s
9- // ERR: cannot find suitable ` libspirv-nvptx64--nvidiacl.bc` variant
9+ // ERR: cannot find suitable ' libspirv-nvptx64--nvidiacl.bc' variant
1010
1111// RUN: %clangxx -### -std=c++11 -target x86_64-unknown-linux-gnu -fsycl \
1212// RUN: -fsycl-targets=nvptx64-nvidia-nvcl-sycldevice --cuda-path=%S/Inputs/CUDA/usr/local/cuda \
1313// RUN: -fsycl-libspirv-path=%S/Inputs/SYCL/no-libspirv-exists-here.bc -fno-sycl-libspirv %s 2>&1 \
1414// RUN: | FileCheck --check-prefix=OK %s
15- // OK-NOT: cannot find suitable ` libspirv-nvptx64--nvidiacl.bc` variant
15+ // OK-NOT: cannot find suitable ' libspirv-nvptx64--nvidiacl.bc' variant
You can’t perform that action at this time.
0 commit comments