[PATCH] D38393: [ELF] - Stop removing sections in removeUnusedSyntheticSections().

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 11:01:11 PDT 2017


ruiu added a comment.

On second thought, I think `removeUnusedSyntehticSections` is a source of confusion. This mechanism seems too hacky, and that's why you need to write many pieces of tricky code. I feels we could design a better mechanism. Can you visit this again to design something new?


Repository:
  rL LLVM

https://reviews.llvm.org/D38393





More information about the llvm-commits mailing list