summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/odr-vtable.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/odr-vtable.cc b/compiler-rt/test/asan/TestCases/Linux/odr-vtable.cc
index 6bcfa1f711d..fdbab4bb1fd 100644
--- a/compiler-rt/test/asan/TestCases/Linux/odr-vtable.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/odr-vtable.cc
@@ -3,9 +3,6 @@
// 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();
};
OpenPOWER on IntegriCloud