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 40b78de commit 44f364cCopy full SHA for 44f364c
clang/test/Driver/sycl-unsupported.cpp
@@ -1,5 +1,5 @@
1
/// Diagnose unsupported options specific to SYCL compilations
2
-// RUN: %clangxx -fsycl -fsanitize=address -### %s 2>&1 \
+// RUN: %clangxx -fsycl -fsanitize=address -fsycl-targets=spir64 -### %s 2>&1 \
3
// RUN: | FileCheck %s --check-prefix=SANITIZE -DARCH=spir64
4
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -fsanitize=address -### %s 2>&1 \
5
// RUN: | FileCheck %s --check-prefix=SANITIZE -DARCH=spir64_gen
0 commit comments