Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 68e93e8

Browse files
author
Sergey Kanaev
committed
Add missing files changes
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent cb40d49 commit 68e93e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/DeviceLib/assert-aot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: opencl-aot, cpu, linux
22

3-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/assert.cpp -o %t.aot.out
3+
// RUN: %clangxx -DSYCL_ENABLE_FALLBACK_ASSERT -fsycl -fsycl-targets=spir64_x86_64 %S/assert.cpp -o %t.aot.out
44
// RUN: %CPU_RUN_PLACEHOLDER EXPECTED_SIGNAL=SIGABRT SHOULD_CRASH=1 %t.aot.out 2>%t.aot.msg
55
// RUN: FileCheck %S/assert.cpp --input-file %t.aot.msg --check-prefixes=CHECK-MESSAGE

SYCL/DeviceLib/assert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cpu,linux
2-
// RUN: %clangxx -fsycl %s -o %t.out
2+
// RUN: %clangxx -DSYCL_ENABLE_FALLBACK_ASSERT -fsycl %s -o %t.out
33
// (see the other RUN lines below; it is a bit complicated)
44
//
55
// assert() call in device code guarantees nothing: on some devices it behaves

0 commit comments

Comments
 (0)