[PATCH] D48964: Add support for writing HermitCore (https://hermitcore.org) ELF binaries.

Colin Finck via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 01:25:44 PDT 2018


ColinFinck added a comment.

In https://reviews.llvm.org/D48964#1158046, @echristo wrote:

> Has ELFOSABI_HERMITCORE been officially allocated?


I'm not aware of any official entity managing these ELFOSABI numbers, and have neither found references to one at the Binutils and LLVM websites.
The number has been in use for HermitCore since 2016 (https://github.com/hermitcore/binutils/commit/c80f41d4b7ab58892112864110456d37eda6a2e3). It also looks to me like previously added ABIs just took unallocated numbers without any official confirmation.


Repository:
  rL LLVM

https://reviews.llvm.org/D48964





More information about the llvm-commits mailing list