This is an archive of the discontinued LLVM Phabricator instance.

[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,
that is not always true.

Patch teaches them to work with that field.

Diff Detail