<div dir="ltr"><div><div>Hi Rafael,<br><br></div>I develop on Windows, using SVN. I made sure that none of the changes I made had CRLF in my local files, prior to commit, so this can only have happened at the point of commit. I have been unable to find any setting on my side that changes the nature of line-endings on commit, and I'm aware that there was some issue previously with explicitly setting SVN properties on the individual files. Please let me know if you are aware of any other method for avoiding this when using SVN on Windows.<br><br></div>James<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 12 December 2017 at 17:38, 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="">James Henderson via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> writes:<br>
<br>
> Modified: lld/trunk/ELF/InputSection.h<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputSection.h?rev=320472&r1=320471&r2=320472&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/lld/trunk/ELF/<wbr>InputSection.h?rev=320472&r1=<wbr>320471&r2=320472&view=diff</a><br>
> ==============================<wbr>==============================<wbr>==================<br>
> --- lld/trunk/ELF/InputSection.h (original)<br>
> +++ lld/trunk/ELF/InputSection.h Tue Dec 12 03:51:13 2017<br>
> @@ -318,13 +318,15 @@ public:<br>
><br>
>    OutputSection *getParent() const;<br>
><br>
> -  // The offset from beginning of the output sections this section was assigned<br>
> -  // to. The writer sets a value.<br>
> -  uint64_t OutSecOff = 0;<br>
> -<br>
> -  static bool classof(const SectionBase *S);<br>
> -<br>
> -  InputSectionBase *getRelocatedSection();<br>
> +  // This variable has two usages. Initially, it represents an index in the<br>
> +  // OutputSection's InputSection list, and is used when ordering SHF_LINK_ORDER<br>
> +  // sections. After assignAddresses is called, it represents the offset from<br>
> +  // the beginning of the output section this section was assigned to.<br>
> +  uint64_t OutSecOff = 0;<br>
> +<br>
> +  static bool classof(const SectionBase *S);<br>
> +<br>
> +  InputSectionBase *getRelocatedSection();<br>
<br>
</span>Some of these differences were because of CRLF line endings. Please<br>
avoid them in the future.<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div>