[PATCH] D30458: [ELF] - Make Bss and BssRelRo sections to be synthetic by nature.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 09:20:55 PST 2017


ruiu added a comment.

It doesn't seem like an improvement to me. Out::Bss and Out::BssRelRo are containers of synthetic sections, thus they are output sections. You could represent them as input sections, and we want to do if that simplifies code/design, but this patch doesn't seem to simplify it.


https://reviews.llvm.org/D30458





More information about the llvm-commits mailing list