mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
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
This commit is contained in:
parent
c341b7c0ef
commit
6c0351c996
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user