Skip to content

Commit 44f364c

Browse files
authored
[Driver][SYCL] sycl-unsupported.cpp is forced to 64 bit target (#6369)
Signed-off-by: Harini Chilamantula <harini.chilamantula@intel.com>
1 parent 40b78de commit 44f364c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/sycl-unsupported.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Diagnose unsupported options specific to SYCL compilations
2-
// RUN: %clangxx -fsycl -fsanitize=address -### %s 2>&1 \
2+
// RUN: %clangxx -fsycl -fsanitize=address -fsycl-targets=spir64 -### %s 2>&1 \
33
// RUN: | FileCheck %s --check-prefix=SANITIZE -DARCH=spir64
44
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -fsanitize=address -### %s 2>&1 \
55
// RUN: | FileCheck %s --check-prefix=SANITIZE -DARCH=spir64_gen

0 commit comments

Comments
 (0)