<div dir="ltr">I'll fix it.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 24, 2017 at 8:58 AM, Rafael Avila de Espindola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Rui Ueyama via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> writes:<br>
<br>
> +    // If the produced value is a constant, we just remember to write it<br>
> +    // when outputting this section. We also have to do it if the format<br>
> +    // uses Elf_Rel, since in that case the written value is the addend.<br>
> +    if (IsConstant) {<br>
> +      Sec.Relocations.push_back({<wbr>Expr, Type, Offset, Addend, &Body});<br>
> +      continue;<br>
> +    }<br>
<br>
</span>This Elf_Rel comment is now out of sync with the code, no?<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div>