summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
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
commitf387387835f9f96db2924aae695b20fcf825ded5 (patch)
tree0f6b2e3f6dc57268b9970f915df8a82698cf9b62 /llvm/test/ExecutionEngine
parent9b539e1dd9a134ccae450a7fb81fa64e7442e0c7 (diff)
downloadbcm5719-llvm-f387387835f9f96db2924aae695b20fcf825ded5.tar.gz
bcm5719-llvm-f387387835f9f96db2924aae695b20fcf825ded5.zip
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
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll
index 5035bc54ff4..68a8dbd92fb 100644
--- a/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll
+++ b/llvm/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).
OpenPOWER on IntegriCloud