Try to fix asan test on sanitizer-windows

llvm-svn: 309440
This commit is contained in:
Reid Kleckner 2017-07-28 21:43:23 +00:00
parent a617576bb1
commit 3bcad2b2e6
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
// RUN: %clangxx_asan -O0 %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s --implicit-check-not \
// RUN: Assertion{{.*}}failed
// ASan instrumentation can't insert red-zones around inalloca parameters.
// XFAIL: win32 && asan-32-bits
#include <cassert>
class A {