This is an archive of the discontinued LLVM Phabricator instance.

[yaml2obj] - Allow using an arbitrary value for OSABI.
ClosedPublic

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

Details

Summary

There was no way to set an unsupported or unknown OS ABI.
With this patch it is possible to use any numeric value.

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

Diff Detail

Event Timeline

grimar created this revision.Dec 20 2019, 6:41 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Dec 20 2019, 6:58 AM
MaskRay accepted this revision.Dec 20 2019, 10:41 AM
This revision was automatically updated to reflect the committed changes.