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

Eric Christopher echristo at gmail.com
Wed Nov 5 17:19:02 PST 2014


>
>
> -    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/2680e109/attachment.html>


More information about the llvm-commits mailing list