[PATCH] D38490: [ObjectYAML] Handle SHF_COMPRESSED
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 21:42:07 PDT 2017
davide added a comment.
In https://reviews.llvm.org/D38490#886700, @smeenai wrote:
> To clarify, it's dropped silently by obj2yaml, but yaml2obj complains if it doesn't recognize a flag value. I'll update the commit message before committing.
Thanks for clarifying.
> I was contemplating adding a test for obj2yaml as well to ensure its output didn't drop SHF_COMPRESSED, but I figured it would be slightly redundant, since obj2yaml and yaml2obj use the same flags handling logic.
Probably it doesn't matter.
https://reviews.llvm.org/D38490
More information about the llvm-commits
mailing list