diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-30 01:29:57 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-30 01:29:57 +0000 |
commit | 8e6e02a41bd21f8e919e812dbd7aa9ed5474bdbf (patch) | |
tree | cff3a02ed7a51de9ccc0634cccfec23a157b3fa5 /test/ExecutionEngine | |
parent | 4fb224e3bd7655e25bc1f43d05a0922098aae4e0 (diff) |
Collect the Addend for external relocs.
This fixes 2013-04-04-RelocAddend.ll. We don't have a testcase for non external
relocs with an Addend. I will try to write one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180767 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r-- | test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll b/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll index d2f31bb33c..3f402c5931 100644 --- a/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll +++ b/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll @@ -1,5 +1,4 @@ ; RUN: %lli_mcjit %s -; XFAIL: darwin ; ; Verify relocations to global symbols with addend work correctly. ; |