[llvm] r200852 - mips: XFAIL non-extern-addend-smallcodemodel test

Petar Jovanovic petar.jovanovic at imgtec.com
Wed Feb 5 08:47:59 PST 2014


Author: petarj
Date: Wed Feb  5 10:47:59 2014
New Revision: 200852

URL: http://llvm.org/viewvc/llvm-project?rev=200852&view=rev
Log:
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.

Modified:
    llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll?rev=200852&r1=200851&r2=200852&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll Wed Feb  5 10:47:59 2014
@@ -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).





More information about the llvm-commits mailing list