[PATCH] D37739: [ELF] - ICF: handle SHF_LINK_ORDER sections properly.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 03:15:51 PDT 2017


grimar added a comment.

In https://reviews.llvm.org/D37739#868992, @ruiu wrote:

> Why do you want to do this? Why don't you just remove EM_ARM?


Reporting sections removed by ICF is consistent, I supposed we want it. 
I also using --verbose reporting in my testcase (most of ICF tests use --verbose messages for checking,
so it is also a consistent way, though I sure can write regular testcase). 
Do you think we should not do that, but why not ?


https://reviews.llvm.org/D37739





More information about the llvm-commits mailing list