forked from OSchip/llvm-project
Mark as explicit failing on x86-64 -- small memory model doesn't agree
with default address selections. llvm-svn: 222759
This commit is contained in:
parent
5e7f98071a
commit
b6e36e1421
|
@ -1,5 +1,6 @@
|
|||
; RUN: %lli -code-model=small %s > /dev/null
|
||||
; XFAIL: mips
|
||||
; XFAIL: x86_64
|
||||
;
|
||||
; 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