diff options
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/static_tls.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/static_tls.cc b/compiler-rt/test/asan/TestCases/Linux/static_tls.cc index 11bb1a4f849..5e569ddabd3 100644 --- a/compiler-rt/test/asan/TestCases/Linux/static_tls.cc +++ b/compiler-rt/test/asan/TestCases/Linux/static_tls.cc @@ -10,6 +10,8 @@ // CHECK: after // XFAIL: aarch64 +// binutils 2.26 has a change that causes this test to fail on powerpc64. +// UNSUPPORTED: powerpc64 #ifndef SHARED #include <stdio.h> |

