[asan] Disable test on powerpc64be

llvm-svn: 349844
This commit is contained in:
Vitaly Buka 2018-12-20 22:29:54 +00:00
parent 46debda1c7
commit 5bcd4e8876
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
// RUN: %clangxx_asan -fno-rtti %s %ld_flags_rpath_exe1 %ld_flags_rpath_exe2 -o %t
// RUN: %env_asan_opts=fast_unwind_on_malloc=0:detect_odr_violation=2 not %run %t 2>&1 | FileCheck %s
// FIXME: Somehow does not detect ODR on powerpc64be
// XFAIL: powerpc64
struct XYZ {
virtual void foo();
};