Skip to content

Commit 094ca47

Browse files
authored
[SYCL][CUDA][NFC] Drop idle sycldevice from the target triple. (#4567)
1 parent 1b47b92 commit 094ca47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// RUN: %clang -### -fsycl -fsycl-targets=nvptx64-nvidia-cuda-sycldevice -nocudalib -target x86_64-unknown-windows-msvc %s 2> %t.win.out
1+
// RUN: %clang -### -fsycl -fsycl-targets=nvptx64-nvidia-cuda -nocudalib -target x86_64-unknown-windows-msvc %s 2> %t.win.out
22
// RUN: FileCheck %s --check-prefixes=CHECK-WINDOWS --input-file %t.win.out
33
// CHECK-WINDOWS: remangled-l32-signed_char.libspirv-nvptx64--nvidiacl.bc
44
//
5-
// RUN: %clang -### -fsycl -fsycl-targets=nvptx64-nvidia-cuda-sycldevice -nocudalib -target x86_64-unknown-linux-gnu %s 2> %t.lnx.out
5+
// RUN: %clang -### -fsycl -fsycl-targets=nvptx64-nvidia-cuda -nocudalib -target x86_64-unknown-linux-gnu %s 2> %t.lnx.out
66
// RUN: FileCheck %s --check-prefixes=CHECK-LINUX --input-file %t.lnx.out
77
// CHECK-LINUX: remangled-l64-signed_char.libspirv-nvptx64--nvidiacl.bc

0 commit comments

Comments
 (0)