Skip to content

Commit 9316d75

Browse files
authored
[SYCL] Update run command for intel-fpga-global-const.cpp (#3339)
-fsycl is not supported by Frontend anymore.
1 parent f32c431 commit 9316d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/intel-fpga-global-const.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fsycl -fsycl-is-device -fsyntax-only -ast-dump -verify -pedantic %s | FileCheck %s
1+
// RUN: %clang_cc1 -fsycl-is-device -fsyntax-only -ast-dump -verify -pedantic %s | FileCheck %s
22

33
// Test that checks global constant variable (which allows the redeclaration) since
44
// IntelFPGAConstVar is one of the subjects listed for [[intel::max_replicates()]] attribute.

0 commit comments

Comments
 (0)