OSDN Git Service

[ObjectYAML] Handle SHF_COMPRESSED
authorShoaib Meenai <smeenai@fb.com>
Tue, 3 Oct 2017 06:35:55 +0000 (06:35 +0000)
committerShoaib Meenai <smeenai@fb.com>
Tue, 3 Oct 2017 06:35:55 +0000 (06:35 +0000)
commit3a2d5b51008050f5b0c4d62152e8e25371be0319
treed40f1006eca821f7457807e322cebb1077377d12
parent4495cb19285afa2b7ac5053f0ceb5538fbd23e9f
[ObjectYAML] Handle SHF_COMPRESSED

This was previously being silently dropped by obj2yaml and caused
parsing errors with yaml2obj.

Differential Revision: https://reviews.llvm.org/D38490

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314768 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ObjectYAML/ELFYAML.cpp
test/ObjectYAML/ELF/shf-compressed.yaml [new file with mode: 0644]