These tools were assuming ABI version is 0,
that is not always true.
Patch teaches them to work with that field.
Paths
| Differential D55884
[yaml2obj/obj2yaml] - Support dumping/parsing ABI version. ClosedPublic Authored by grimar on Dec 19 2018, 5:03 AM.
Details Summary These tools were assuming ABI version is 0, Patch teaches them to work with that field.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 19 2018, 1:00 PM Closed by commit rL349737: [yaml2obj/obj2yaml] - Support dumping/parsing ABI version. (authored by grimar). · Explain WhyDec 20 2018, 2:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 179032 llvm/trunk/include/llvm/ObjectYAML/ELFYAML.h
llvm/trunk/lib/ObjectYAML/ELFYAML.cpp
llvm/trunk/test/tools/yaml2obj/elf-abiversion.yaml
llvm/trunk/tools/obj2yaml/elf2yaml.cpp
llvm/trunk/tools/yaml2obj/yaml2elf.cpp
|