[NFC][SYCL] Drop idle triple component from regression tests.
authorAlexey Bader <alexey.bader@intel.com>
Tue, 13 Apr 2021 05:00:21 +0000 (08:00 +0300)
committerAlexey Bader <alexey.bader@intel.com>
Tue, 13 Apr 2021 05:00:21 +0000 (08:00 +0300)
clang/test/CodeGenSYCL/convergent.cpp
clang/test/CodeGenSYCL/filescope_asm.c

index 58be1b1..779f159 100644 (file)
@@ -1,6 +1,5 @@
 // RUN: %clang_cc1 -fsycl-is-device -emit-llvm -disable-llvm-passes \
-// RUN:  -triple spir64-unknown-unknown-sycldevice -emit-llvm %s -o - | \
-// RUN:   FileCheck %s
+// RUN:  -triple spir64 -emit-llvm %s -o - | FileCheck %s
 
 // CHECK-DAG: Function Attrs:
 // CHECK-DAG-SAME: convergent
index 3c1c12f..9c0d088 100644 (file)
@@ -1,4 +1,4 @@
-// RUN:  %clang_cc1 -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -emit-llvm %s -o - | FileCheck %s
+// RUN:  %clang_cc1 -fsycl-is-device -triple spir64 -emit-llvm %s -o - | FileCheck %s
 //
 // Check that file-scope asm is ignored during device-side SYCL compilation.
 //