[libc] Add a simple linux aarch64 config.
authorSiva Chandra <sivachandra@google.com>
Tue, 9 Jun 2020 18:34:11 +0000 (11:34 -0700)
committerSiva Chandra <sivachandra@google.com>
Wed, 10 Jun 2020 18:19:52 +0000 (11:19 -0700)
commit1f567b2c6f6573b19cbd81f876717f28623b51e9
treea3ca855e61e05b84b059f87f049b73ce32e415e0
parent324e13668e561c83c53cd08b78b66e2f83146a7b
[libc] Add a simple linux aarch64 config.

Summary:
With this change, "ninja check-libc" on linux/aarch64 succeeds.

However, all entrypoints with machine dependent implementations
have been skipped. A good number of these skipped entrypoints can
be enabled once we have aarch64 syscall support available.

Reviewers: abrachet, asteinhauser

Differential Revision: https://reviews.llvm.org/D81533
libc/config/linux/aarch64/entrypoints.txt [new file with mode: 0644]
libc/config/linux/aarch64/headers.txt [new file with mode: 0644]