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 850cedd commit 5f77720Copy full SHA for 5f77720
clang/test/Driver/sycl-device-sanitizer.cpp
@@ -40,6 +40,7 @@
40
// SYCL-MSAN: clang{{.*}} "-fsycl-is-device"
41
// SYCL-MSAN-SAME: -fsanitize=memory
42
// SYCL-MSAN-SAME: "-mllvm" "-msan-instrumentation-with-call-threshold=0"
43
+// SYCL-MSAN-SAME: "-mllvm" "-msan-eager-checks=1"
44
45
// RUN: %clangxx -fsycl -Xarch_device -fsanitize=memory -c %s -### 2>&1 \
46
// RUN: | FileCheck --check-prefix=SYCL-MSAN-XARCH-DEVICE %s
0 commit comments