Mark as explicit failing on x86-64 -- small memory model doesn't agree
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 25 Nov 2014 13:28:56 +0000 (13:28 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 25 Nov 2014 13:28:56 +0000 (13:28 +0000)
with default address selections.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222759 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll

index 03de30a64198ed63ff3453e5a3fa7e78b80f7e49..c6d6e74471364912cb5bcc3b807ee114899ca399 100644 (file)
@@ -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).