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

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 17:25:53 PDT 2019


jakehehrlich updated this revision to Diff 191422.
jakehehrlich edited the summary of this revision.
jakehehrlich added a comment.

Use one PT_NOTE per SHT_NOTE now instead of trying to minimize the number by assuming the layout algorithm. Changed tests to match this reality.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59531

Files:
  lld/ELF/Writer.cpp
  lld/test/ELF/build-id.s
  lld/test/ELF/multiple-notes.s
  lld/test/ELF/note-contiguous.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59531.191422.patch
Type: text/x-patch
Size: 5164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190320/8e930555/attachment.bin>


More information about the llvm-commits mailing list