forked from OSchip/llvm-project
[powerpc] mark static_tls.cc test as UNSUPPORTED on powerpc64
An upcoming change for ld in binutils 2.26 causes this test to always fail. llvm-svn: 270223
This commit is contained in:
parent
75892a1543
commit
a143aed23c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue