[compiler-rt] r353624 - [tsan] Remove debug logging and disable test on ppc64be

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 9 11:28:53 PST 2019


Author: vitalybuka
Date: Sat Feb  9 11:28:52 2019
New Revision: 353624

URL: http://llvm.org/viewvc/llvm-project?rev=353624&view=rev
Log:
[tsan] Remove debug logging and disable test on ppc64be

Modified:
    compiler-rt/trunk/test/tsan/thread_exit.c

Modified: compiler-rt/trunk/test/tsan/thread_exit.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/thread_exit.c?rev=353624&r1=353623&r2=353624&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/thread_exit.c (original)
+++ compiler-rt/trunk/test/tsan/thread_exit.c Sat Feb  9 11:28:52 2019
@@ -1,7 +1,7 @@
 // RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
 
 // Crashes on powerpc64be
-// XFAIL: target-is-powerpc64be
+// UNSUPPORTED: powerpc64
 
 #include "test.h"
 




More information about the llvm-commits mailing list