Skip to content

Commit 32699e3

Browse files
committed
Explicitly set UAR option as those default to false on Windows
1 parent 5f658bf commit 32699e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/suppress_fake_stack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx_asan %s -o %t && %run %t
1+
// RUN: %clangxx_asan %s -o %t && env ASAN_OPTIONS=detect_stack_use_after_return=1 %run %t
22
// RUN: %clangxx_asan %s -mllvm -asan-use-after-return=runtime -o %t && env ASAN_OPTIONS=detect_stack_use_after_return=1 %run %t
33
// RUN: %clangxx_asan %s -mllvm -asan-use-after-return=always -o %t && %run %t
44

0 commit comments

Comments
 (0)