diff --git a/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll index 68a8dbd92fb2..21db67dad669 100644 --- a/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll +++ b/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll @@ -1,5 +1,5 @@ ; RUN: %lli_mcjit -code-model=small %s > /dev/null -; XFAIL: aarch64, mips +; XFAIL: mips ; ; 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).