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

Rui Ueyama ruiu at google.com
Wed Nov 5 17:24:47 PST 2014


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/20141105/07b068a3/attachment.html>


More information about the llvm-commits mailing list