From: Petar Jovanovic Date: Wed, 5 Feb 2014 16:47:59 +0000 (+0000) Subject: mips: XFAIL non-extern-addend-smallcodemodel test X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6c0351c9963e693c8530b300b66726fd78287be1;p=oota-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200852 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll index 5035bc54ff4..68a8dbd92fb 100644 --- a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll +++ b/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll @@ -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).