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 | d00c2765aa6a53e3e15a7f13637c266deffee5a0 (patch) | |
tree | 589170995d2ad17dd1ceac9a6b5e54c167258a9f /llvm/test/ExecutionEngine | |
parent | 428ef1e36882fde14f798efafd69a08bb7726d4e (diff) | |
download | bcm5719-llvm-d00c2765aa6a53e3e15a7f13637c266deffee5a0.tar.gz bcm5719-llvm-d00c2765aa6a53e3e15a7f13637c266deffee5a0.zip |
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.
llvm-svn: 180767
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll b/llvm/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll index d2f31bb33ca..3f402c59311 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll +++ b/llvm/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. ; |