We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0542920 commit dadbca8Copy full SHA for dadbca8
clang/test/SemaSYCL/args-size-overflow.cpp
@@ -1,5 +1,5 @@
1
-// RUN: %clang_cc1 -fsycl-is-device -triple spir64 -internal-isystem %S/Inputs -fsyntax-only -Wsycl-strict -sycl-std=2020 -verify %s -DSPIR64
2
-// RUN: %clang_cc1 -fsycl-is-device -triple spir -internal-isystem %S/Inputs -fsyntax-only -Wsycl-strict -sycl-std=2020 -verify %s -DSPIR32
+// RUN: %clang_cc1 -fsycl-is-device -triple spir64 -internal-isystem %S/Inputs -fsyntax-only -Wsycl-strict -Wno-builtin-macro-redefined -sycl-std=2020 -verify %s -DSPIR64
+// RUN: %clang_cc1 -fsycl-is-device -triple spir -internal-isystem %S/Inputs -fsyntax-only -Wsycl-strict -Wno-builtin-macro-redefined -sycl-std=2020 -verify %s -DSPIR32
3
4
#include "sycl.hpp"
5
class Foo;
0 commit comments