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).