forked from OSchip/llvm-project
parent
46debda1c7
commit
5bcd4e8876
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue