[PATCH] D59120: [ELF] Sort notes by alignment in decreasing order

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 17:43:00 PST 2019


phosek added a comment.

In D59120#1422341 <https://reviews.llvm.org/D59120#1422341>, @jakehehrlich wrote:

> Would be nice to have a test where 2 sections are out of order, and this change puts them into the correct order. It's not clear from this if the build ID section is naturally placed at the end or not.


The build ID test already does the re-ordering so it acts as a test, but I can also make another one if you prefer.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D59120





More information about the llvm-commits mailing list