[llvm-bugs] [Bug 28111] RuntimeDyldCOFFI386 ignores relocation addend

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jun 16 09:24:46 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28111

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |FIXED

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
Thanks for the patch, I applied it with a test and some changes in r272911.

I think it makes sense for IMAGE_REL_I386_SECREL32 to support an addend, so I
handled it along the same lines as what you had.

I don't think we need to do anything for IMAGE_REL_I386_SECTION. It's not very
meaningful to add an existing value in memory to the section index of a symbol.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160616/96df25f3/attachment-0001.html>


More information about the llvm-bugs mailing list