We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2663a32 commit 5da2fedCopy full SHA for 5da2fed
clang/test/CodeGenSYCL/loop_unroll.cpp
@@ -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
+// RUN: %clang_cc1 -triple spir64-unknown-unknown-sycldevice -disable-llvm-passes -fsycl-is-device -emit-llvm %s -o - | FileCheck %s
2
3
void enable() {
4
// CHECK-LABEL: define dso_local spir_func void @_Z6enablev()
0 commit comments