summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPetar Jovanovic <petar.jovanovic@imgtec.com>2014-02-05 16:47:59 +0000
committerPetar Jovanovic <petar.jovanovic@imgtec.com>2014-02-05 16:47:59 +0000
commit6c0351c9963e693c8530b300b66726fd78287be1 (patch)
tree124bad9047a842d2b4d45d9863445da25ee1dac2 /test
parentc341b7c0ef5ef55c815d1cdcd26fa4c0eb4d22e0 (diff)
downloadllvm-6c0351c9963e693c8530b300b66726fd78287be1.tar.gz
llvm-6c0351c9963e693c8530b300b66726fd78287be1.tar.bz2
llvm-6c0351c9963e693c8530b300b66726fd78287be1.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll
index 5035bc54ff..68a8dbd92f 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).