[PATCH] D38490: [ObjectYAML] Handle SHF_COMPRESSED

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 21:37:29 PDT 2017


smeenai added a comment.

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.

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.


https://reviews.llvm.org/D38490





More information about the llvm-commits mailing list