[compiler-rt] r349844 - [asan] Disable test on powerpc64be
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 20 14:29:54 PST 2018
Author: vitalybuka
Date: Thu Dec 20 14:29:54 2018
New Revision: 349844
URL: http://llvm.org/viewvc/llvm-project?rev=349844&view=rev
Log:
[asan] Disable test on powerpc64be
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc?rev=349844&r1=349843&r2=349844&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc Thu Dec 20 14:29:54 2018
@@ -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();
};
More information about the llvm-commits
mailing list