diff options
Diffstat (limited to 'llvm/test/LTO/X86/parallel.ll')
-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 9a8494c127f..b3c12819382 100644 --- a/llvm/test/LTO/X86/parallel.ll +++ b/llvm/test/LTO/X86/parallel.ll @@ -3,7 +3,7 @@ ; RUN: llvm-nm %t.o.0 | FileCheck --check-prefix=CHECK0 %s ; RUN: llvm-nm %t.o.1 | FileCheck --check-prefix=CHECK1 %s -; FIXME: Investigate test failures on these architecures. +; FIXME: Investigate test failures on these architectures. ; UNSUPPORTED: mips, mipsel, aarch64, powerpc64 target triple = "x86_64-unknown-linux-gnu" |