[lld] r221420 - [PECOFF] Fix SECREL relocations.

Eric Christopher echristo at gmail.com
Wed Nov 5 17:25:29 PST 2014


Cheers.

-eric

On Wed Nov 05 2014 at 5:25:19 PM Rui Ueyama <ruiu at google.com> wrote:

> Done in r221423.
>
> On Wed, Nov 5, 2014 at 5:19 PM, Eric Christopher <echristo at gmail.com>
> wrote:
>
>>
>>> -    if (i == e - 1 || (sectionRva[i] <= targetAddr && targetAddr <=
>>> sectionRva[i + 1]))
>>> +    if (i == e - 1 || (sectionRva[i] <= targetAddr && targetAddr <
>>> sectionRva[i + 1]))
>>>
>>>
>>
>> Put a comment here as to what the conditional is checking for?
>>
>> -eric
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141106/2d0bc577/attachment.html>


More information about the llvm-commits mailing list