[PATCH] D43858: Do not create multiple NOTE segments.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 21:23:45 PST 2018


ruiu created this revision.
ruiu added a reviewer: rafael.
Herald added subscribers: arichardson, emaste.

Previously, we didn't try to make effort to put .note sections next
to each other in the output file, so two .note sections were likely
to be stored to two separate NOTE segments. That's undesirable because
we should create as few segments as possible in general.


https://reviews.llvm.org/D43858

Files:
  lld/ELF/Writer.cpp
  lld/test/ELF/note-contiguous.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43858.136224.patch
Type: text/x-patch
Size: 3280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180228/8241bdb3/attachment.bin>


More information about the llvm-commits mailing list