aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenSYCL
diff options
context:
space:
mode:
authorAlexey Bader <alexey.bader@intel.com>2021-04-13 08:00:21 +0300
committerAlexey Bader <alexey.bader@intel.com>2021-04-13 08:00:21 +0300
commit95c614afcd4de71d00a240d6a4a02c036c972ed0 (patch)
tree8b0361ef87f3c6a1edb4e1447b1516a42670068d /clang/test/CodeGenSYCL
parentc9cf394f796e181b9ee3bc9b69d84fbbba2fe45c (diff)
downloadllvm-95c614afcd4de71d00a240d6a4a02c036c972ed0.tar.gz
llvm-95c614afcd4de71d00a240d6a4a02c036c972ed0.tar.bz2
llvm-95c614afcd4de71d00a240d6a4a02c036c972ed0.zip
[NFC][SYCL] Drop idle triple component from regression tests.
Diffstat (limited to 'clang/test/CodeGenSYCL')
-rw-r--r--clang/test/CodeGenSYCL/convergent.cpp3
-rw-r--r--clang/test/CodeGenSYCL/filescope_asm.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/CodeGenSYCL/convergent.cpp b/clang/test/CodeGenSYCL/convergent.cpp
index 58be1b153c93..779f1592da0e 100644
--- a/clang/test/CodeGenSYCL/convergent.cpp
+++ b/clang/test/CodeGenSYCL/convergent.cpp
@@ -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
diff --git a/clang/test/CodeGenSYCL/filescope_asm.c b/clang/test/CodeGenSYCL/filescope_asm.c
index 3c1c12fd589a..9c0d088ec0a2 100644
--- a/clang/test/CodeGenSYCL/filescope_asm.c
+++ b/clang/test/CodeGenSYCL/filescope_asm.c
@@ -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.
//