forked from OSchip/llvm-project
[ASan] Run one of UAS tests in UAR mode as well
llvm-svn: 195015
This commit is contained in:
parent
a788b940f7
commit
59243333de
|
@ -1,5 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 -fsanitize=use-after-scope %s -o %t && \
|
||||
// RUN: not %t 2>&1 | FileCheck %s
|
||||
// RUN: not %t 2>&1 | FileCheck %s
|
||||
// RUN: ASAN_OPTIONS="detect_stack_use_after_return=1" not %t 2>&1 | FileCheck %s
|
||||
|
||||
int main() {
|
||||
int *p = 0;
|
||||
|
|
Loading…
Reference in New Issue