This is an archive of the discontinued LLVM Phabricator instance.

[yaml2obj] - Add support for ELFOSABI_LINUX.
ClosedPublic

Authored by grimar on Dec 20 2019, 6:40 AM.

Details

Summary

ELFOSABI_LINUX is an alias for ELFOSABI_GNU.
It is not that obvious probably.

Depends on https://reviews.llvm.org/D71763

Diff Detail

Event Timeline

grimar created this revision.Dec 20 2019, 6:40 AM
jhenderson accepted this revision.Dec 20 2019, 6:54 AM

LGTM, but see also my comment in D71763.

This revision is now accepted and ready to land.Dec 20 2019, 6:54 AM
MaskRay accepted this revision.Dec 20 2019, 9:06 AM
This revision was automatically updated to reflect the committed changes.