[PATCH] D23140: Split InputSectionDescription::Sort into SortInner and SortOuter.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 14:35:46 PDT 2016


You want to file a bug to gold?

On Fri, Aug 5, 2016 at 2:47 AM, George Rimar <grimar at accesssoftek.com>
wrote:

> grimar added inline comments.
>
> ================
> Comment at: lld/trunk/ELF/LinkerScript.cpp:149
> @@ +148,3 @@
> +  // This is compatible with GNU.
> +  return A->Alignment > B->Alignment;
> +}
> ----------------
> btw interesting that gold has an issue here. lld and ld are compatible,
> but gold sorts by alignment in assending order what
> is different from spec and looks like a bug.
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D23140
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160805/4f5711e5/attachment.html>


More information about the llvm-commits mailing list