[PATCH] D71764: [yaml2obj] - Add support for ELFOSABI_LINUX.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 06:48:30 PST 2019


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: hiraditya, fedor.sergeev, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
grimar added a parent revision: D71763: [yaml2obj] - Add testing for OSABI field..
grimar added a child revision: D71765: [yaml2obj] - Allow using an arbitrary value for OSABI..

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

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


https://reviews.llvm.org/D71764

Files:
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/yaml2obj/ELF/header-osabi.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71764.234884.patch
Type: text/x-patch
Size: 6792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/3b15b18c/attachment.bin>


More information about the llvm-commits mailing list