From e97049e7f26fe4b99d9b5e4bd3e765caaa656b90 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Tue, 25 Nov 2014 13:28:56 +0000 Subject: [PATCH] Mark as explicit failing on x86-64 -- small memory model doesn't agree 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll index 03de30a6419..c6d6e744713 100644 --- a/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll +++ b/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll @@ -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). -- 2.34.1