forked from OSchip/llvm-project
XFAIL parallel.ll test on MIPS and AArch64 until test failures can be investigated.
llvm-svn: 246261
This commit is contained in:
parent
e6b6488c70
commit
834f937c93
|
@ -3,6 +3,9 @@
|
|||
; 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.
|
||||
; XFAIL: mips-, mipsel-, aarch64
|
||||
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
; CHECK0-NOT: bar
|
||||
|
|
Loading…
Reference in New Issue