From 3f0c4bfc64f377e6d67db713b3bd4defb495610a Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 1 Dec 2020 17:56:45 -0800 Subject: [PATCH] [NFC][sanitizer] Fix ppc -> powerpc64 in XFAIL --- .../sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp index 29b9ae53b2bd..fd8f73ca713b 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp @@ -9,7 +9,7 @@ // UNSUPPORTED: lsan, ubsan, android // FIXME: Investigate -// XFAIL: ppc && tsan +// XFAIL: powerpc64 && tsan #include