[all-commits] [llvm/llvm-project] 1f567b: [libc] Add a simple linux aarch64 config.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Jun 10 11:25:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1f567b2c6f6573b19cbd81f876717f28623b51e9
https://github.com/llvm/llvm-project/commit/1f567b2c6f6573b19cbd81f876717f28623b51e9
Author: Siva Chandra <sivachandra at google.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
A libc/config/linux/aarch64/entrypoints.txt
A libc/config/linux/aarch64/headers.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list