[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 00:36:27 PDT 2019


ruiu added a comment.

I'm still thinking that overriding .note section alignment with 4 is the best way to fix the issue. Setting it to 8 is a tool's bug, and fundamentally the .note section format does not seem to be designed to accommodate something whose alignment requirement is greater than 4 exactly because of this issue.


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

https://reviews.llvm.org/D59531





More information about the llvm-commits mailing list