[PATCH] D34476: [COFF] Allow comdat discarding and GC of non-section chunks

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 16:14:29 PDT 2017


rnk abandoned this revision.
rnk added a comment.

After hacking a bit more on this, I decided not to do this. I think we'll treat these .gfids chunks as SectionChunks that are not held in ObjectFile::Chunks, the same way we treat DebugChunks. They will be regular SectionChunks that participate in section GC, but they will not be emitted into the output, just like .debug$S chunks. We'll iterate them later, check which ones are live, and create a single chunk for the whole table.


https://reviews.llvm.org/D34476





More information about the llvm-commits mailing list