[PATCH] D45260: COFF: Layout sections in the same order as link.exe

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 11:30:01 PDT 2018


ruiu added a comment.

Oh I didn't notice that the discussion was going on while reviewing.

As to mimicking the order of MSVC linker's section output, it is indeed a curgo cult, but I'd probably do that if I start writing a Windows linker now, as the format is not entirely documented, and many tools are proprietary and can't change.


https://reviews.llvm.org/D45260





More information about the llvm-commits mailing list