[PATCH] D43891: Simplify removing empty output sections

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 12:41:18 PST 2018


espindola created this revision.
espindola added reviewers: grimar, ruiu.
Herald added subscribers: arichardson, emaste.

With this the meaning of the Live bit in output sections is clear: we have at some point added a input section into it.

A followup patch could probably replace it by making the Flags field Optional.


https://reviews.llvm.org/D43891

Files:
  ELF/LinkerScript.cpp
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43891.136362.patch
Type: text/x-patch
Size: 4002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180228/db4493bb/attachment.bin>


More information about the llvm-commits mailing list