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 3e4da3c commit 731b6f4Copy full SHA for 731b6f4
clang/test/Driver/print-internal-defines-for-sycl.c
@@ -1,5 +1,6 @@
1
// Test if clang is able to print internal defines in SYCL mode
2
+// REQUIRES: x86-registered-target
3
//
-// RUN: %clangxx -fsycl -dM -E -x c++ %s 2>&1 \
4
+// RUN: %clangxx -target x86_64-unknown-linux-gnu -fsycl -dM -E -x c++ %s 2>&1 \
5
// RUN: | FileCheck --check-prefix CHECK-PRINT-INTERNAL-DEFINES %s
6
// CHECK-PRINT-INTERNAL-DEFINES: #define
0 commit comments