[PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 07:18:03 PDT 2016
rafael accepted this revision.
rafael added a reviewer: rafael.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM.
I think the code can be simplified further (I am experimenting with it), but this is a step in the right direction.
Thanks!
================
Comment at: ELF/InputSection.h:46
@@ +45,3 @@
+ bool Live;
+ bool Compressed;
+ // If a section is compressed, this vector has uncompressed section data.
----------------
Move the "Usef for garbage collection" comment to the same line as Live or add a newline after it.
https://reviews.llvm.org/D23768
More information about the llvm-commits
mailing list