diff options
-rw-r--r-- | llvm/test/LTO/X86/parallel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LTO/X86/parallel.ll b/llvm/test/LTO/X86/parallel.ll index 8bf4f46fdc7..356aa5577cd 100644 --- a/llvm/test/LTO/X86/parallel.ll +++ b/llvm/test/LTO/X86/parallel.ll @@ -4,7 +4,7 @@ ; RUN: llvm-nm %t.o.1 | FileCheck --check-prefix=CHECK1 %s ; FIXME: Investigate test failures on these architecures. -; XFAIL: mips, mipsel, aarch64 +; UNSUPPORTED: mips, mipsel, aarch64 target triple = "x86_64-unknown-linux-gnu" |