[PATCH] D37517: [ELF] - Report orphan sections if -verbose given.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 12:26:23 PDT 2017
ruiu added a comment.
I'm OK if you remove `isa<SyntheticSection>` check. This is a FYI message and is not guaranteed to correct in either way. Instead of suppressing it for all synthetic sections, I'd just print it out for all synthetic sections.
https://reviews.llvm.org/D37517
More information about the llvm-commits
mailing list