[PATCH] D62620: [llvm-objcopy] Fix SHT_GROUP ordering.

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 11:42:17 PDT 2019


jakehehrlich added a comment.

Alternatively we could only sort program headers in the layout algorithm and then just layout sections in whatever order we please. It will just mean that our layout won't mirror the input but it will be valid.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62620/new/

https://reviews.llvm.org/D62620





More information about the llvm-commits mailing list