File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ def err_drv_expecting_fsycl_with_sycl_opt : Error<
290
290
def err_drv_fsycl_with_c_type : Error<
291
291
"'%0' must not be used in conjunction with '-fsycl', which expects C++ source">;
292
292
def err_drv_sycl_missing_amdgpu_arch : Error<
293
- "Missing AMDGPU architecture for SYCL offloading. Please specify it with -Xsycl-target-backend --offload-arch. ">;
293
+ "missing AMDGPU architecture for SYCL offloading; specify it with ' -Xsycl-target-backend --offload-arch' ">;
294
294
def warn_drv_sycl_offload_target_duplicate : Warning<
295
295
"SYCL offloading target '%0' is similar to target '%1' already specified; "
296
296
"will be ignored">, InGroup<SyclTarget>;
Original file line number Diff line number Diff line change 7
7
// RUN: %clangxx -### -std=c++11 -target x86_64-unknown-linux-gnu -fsycl \
8
8
// RUN: -fsycl-targets=amdgcn-amd-amdhsa-sycldevice %s 2>&1 \
9
9
// RUN: | FileCheck -check-prefix=CHK-ARCH %s
10
- // CHK-ARCH: error: Missing AMDGPU architecture for SYCL offloading. Please specify it with -Xsycl-target-backend --offload-arch.
10
+ // CHK-ARCH: error: missing AMDGPU architecture for SYCL offloading; specify it with ' -Xsycl-target-backend --offload-arch'
11
11
12
12
// / Check action graph.
13
13
// RUN: %clangxx -### -std=c++11 -target x86_64-unknown-linux-gnu -fsycl \
You can’t perform that action at this time.
0 commit comments