[llvm] r222759 - Mark as explicit failing on x86-64 -- small memory model doesn't agree
Joerg Sonnenberger
joerg at bec.de
Tue Nov 25 05:28:56 PST 2014
Author: joerg
Date: Tue Nov 25 07:28:56 2014
New Revision: 222759
URL: http://llvm.org/viewvc/llvm-project?rev=222759&view=rev
Log:
Mark as explicit failing on x86-64 -- small memory model doesn't agree
with default address selections.
Modified:
llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll
Modified: llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll?rev=222759&r1=222758&r2=222759&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll Tue Nov 25 07:28:56 2014
@@ -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).
More information about the llvm-commits
mailing list