Skip to content

Commit 71850c0

Browse files
committed
Remove -fsycl-is-native-cpu from tests
1 parent fcd3ec4 commit 71850c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/CodeGenSYCL/spirv-builtins-addr-space.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 %s -fsycl-is-native-cpu -fsycl-is-device -fdeclare-spirv-builtins -emit-llvm -o - -O0 | FileCheck %s
1+
// RUN: %clang_cc1 %s -fsycl-is-device -fdeclare-spirv-builtins -emit-llvm -o - -O0 | FileCheck %s
22
//
33
// Check that SPIR-V builtins are declared with SYCL address spaces rather
44
// than OpenCL address spaces when using them with SYCL. OpenCL address spaces

clang/test/Frontend/sycl-propagate-aspect-warning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -internal-isystem %S/Inputs -fsycl-is-native-cpu -fsycl-is-device -mconstructor-aliases -emit-codegen-only -verify %s
1+
// RUN: %clang_cc1 -internal-isystem %S/Inputs -fsycl-is-device -mconstructor-aliases -emit-codegen-only -verify %s
22
// Tests for warnings when propagated aspects do not match the aspects available
33
// in a function, as specified through the 'sycl::device_has' attribute.
44

0 commit comments

Comments
 (0)