mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +00:00
Add support for Nuxi CloudABI.
CloudABI is a POSIX-like runtime environment built around the concept of capability-based security. More details: https://github.com/NuxiNL/cloudlibc CloudABI uses its own ELFOSABI number. This number has been allocated by the maintainers of ELF a couple of days ago. Reviewed by: echristo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231681 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -235,6 +235,7 @@ void ScalarEnumerationTraits<ELFYAML::ELF_ELFOSABI>::enumeration(
|
||||
ECase(ELFOSABI_NSK)
|
||||
ECase(ELFOSABI_AROS)
|
||||
ECase(ELFOSABI_FENIXOS)
|
||||
ECase(ELFOSABI_CLOUDABI)
|
||||
ECase(ELFOSABI_C6000_ELFABI)
|
||||
ECase(ELFOSABI_C6000_LINUX)
|
||||
ECase(ELFOSABI_ARM)
|
||||
|
Reference in New Issue
Block a user