Add support for Nuxi CloudABI.
authorEd Schouten <ed@80386.nl>
Mon, 9 Mar 2015 18:40:45 +0000 (18:40 +0000)
committerEd Schouten <ed@80386.nl>
Mon, 9 Mar 2015 18:40:45 +0000 (18:40 +0000)
commit71706a01b0cd04378575f953b49b1289c3e8de9a
tree22a9c11825bc4156d7eede51f254e492b4226be0
parent0df66b878ff02ddb051bdc7c08af0511f1a3c3c3
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
include/llvm/ADT/Triple.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/Support/ELF.h
lib/Object/ELFYAML.cpp
lib/Support/Triple.cpp
tools/llvm-readobj/ELFDumper.cpp
unittests/ADT/TripleTest.cpp