[compiler-rt] r237534 - [asan] Disable static-tls test on PowerPC.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Sat May 16 22:24:10 PDT 2015


Author: eugenis
Date: Sun May 17 00:24:09 2015
New Revision: 237534

URL: http://llvm.org/viewvc/llvm-project?rev=237534&view=rev
Log:
[asan] Disable static-tls test on PowerPC.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/static_tls.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/static_tls.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/static_tls.cc?rev=237534&r1=237533&r2=237534&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/static_tls.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/static_tls.cc Sun May 17 00:24:09 2015
@@ -9,6 +9,8 @@
 // CHECK: __tls_get_addr: static tls
 // CHECK: after
 
+// XFAIL: powerpc64
+
 #ifndef SHARED
 #include <stdio.h>
 





More information about the llvm-commits mailing list