Skip to content

Commit 5da2fed

Browse files
committed
Removing the SYCL version as test behavior should be invariant
1 parent 2663a32 commit 5da2fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenSYCL/loop_unroll.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -triple spir64-unknown-unknown-sycldevice -disable-llvm-passes -fsycl-is-device -sycl-std=2020 -emit-llvm %s -o - | FileCheck %s
1+
// RUN: %clang_cc1 -triple spir64-unknown-unknown-sycldevice -disable-llvm-passes -fsycl-is-device -emit-llvm %s -o - | FileCheck %s
22

33
void enable() {
44
// CHECK-LABEL: define dso_local spir_func void @_Z6enablev()

0 commit comments

Comments
 (0)