[compiler-rt] r349852 - Revert "[asan] Disable test on powerpc64be"

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 20 15:25:26 PST 2018


Author: vitalybuka
Date: Thu Dec 20 15:25:26 2018
New Revision: 349852

URL: http://llvm.org/viewvc/llvm-project?rev=349852&view=rev
Log:
Revert "[asan] Disable test on powerpc64be"

Now the test is passing on that bot. Some incremental build issues?

This reverts commit e00b5a5229ae02088d9f32a4e328eaa08abaf354.

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=349852&r1=349851&r2=349852&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 15:25:26 2018
@@ -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();
 };




More information about the llvm-commits mailing list