Skip to content

Commit 5f77720

Browse files
committed
fix driver test
1 parent 850cedd commit 5f77720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Driver/sycl-device-sanitizer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
// SYCL-MSAN: clang{{.*}} "-fsycl-is-device"
4141
// SYCL-MSAN-SAME: -fsanitize=memory
4242
// SYCL-MSAN-SAME: "-mllvm" "-msan-instrumentation-with-call-threshold=0"
43+
// SYCL-MSAN-SAME: "-mllvm" "-msan-eager-checks=1"
4344

4445
// RUN: %clangxx -fsycl -Xarch_device -fsanitize=memory -c %s -### 2>&1 \
4546
// RUN: | FileCheck --check-prefix=SYCL-MSAN-XARCH-DEVICE %s

0 commit comments

Comments
 (0)