[PATCH] D59531: [ELF] Produce multiple PT_NOTE segments as needed

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 01:49:37 PDT 2019


ruiu added a comment.

This thread is long and we might have discussed this, but have you considered sorting .note sections by alignment? *If* the size of a .note section with 8 bytes alignment is always a multiple of 8 (not sure if that's true), sorting .note sections might be able to fix the issue.


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

https://reviews.llvm.org/D59531





More information about the llvm-commits mailing list