mips: XFAIL non-extern-addend-smallcodemodel test

Small code model (and default reloc model) set Reloc::PIC_ in this test,
and PIC is not yet supported in MCJIT for MIPS.

llvm-svn: 200852
This commit is contained in:
Petar Jovanovic 2014-02-05 16:47:59 +00:00
parent 9b539e1dd9
commit f387387835
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; RUN: %lli_mcjit -code-model=small %s > /dev/null
; XFAIL: aarch64
; XFAIL: aarch64, mips
;
; FIXME: Merge this file with non-extern-addend.ll once AArch64 supports PC-rel
; relocations in ELF. (The code is identical, only the run line differs).