diff options
| author | Renato Golin <renato.golin@linaro.org> | 2014-02-12 17:17:41 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2014-02-12 17:17:41 +0000 |
| commit | c2ae1b1b410609bbce23899204aa3125680a528f (patch) | |
| tree | 98bca4bf6ad1f220b2dfa3dcab17c50946845cfa | |
| parent | 54dc28397971f21e03082ef5b02cca544d16e1c9 (diff) | |
| download | bcm5719-llvm-c2ae1b1b410609bbce23899204aa3125680a528f.tar.gz bcm5719-llvm-c2ae1b1b410609bbce23899204aa3125680a528f.zip | |
PC-rel implemented in AArch64, test now pass
llvm-svn: 201243
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll b/llvm/test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll index 68a8dbd92fb..21db67dad66 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). |

