[PATCH] D37736: [ELF] - Do not spread specific flags when emiting output sections.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 5 19:45:43 PDT 2017


ruiu added a comment.

I still don't think I understand the point of this patch. This patch in the original form says that the patch is to fix a crash bug, but it does not crash anymore (is this correct?)

Then what's the point to set a "correct" flag to an empty section? Since a section is empty, it doesn't have any visible effect, no?


https://reviews.llvm.org/D37736





More information about the llvm-commits mailing list