[all-commits] [llvm/llvm-project] 3f7403: [libc] remove getauxval from arm32 entrypoint list...
Schrodinger ZHU Yifan via All-commits
all-commits at lists.llvm.org
Mon Jan 22 21:56:52 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f740322c5b9b7d6f45a73d2fac948df3c74a3a7
https://github.com/llvm/llvm-project/commit/3f740322c5b9b7d6f45a73d2fac948df3c74a3a7
Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M libc/config/linux/arm/entrypoints.txt
Log Message:
-----------
[libc] remove getauxval from arm32 entrypoint list (#79093)
`getauxval` depends on `open/read/close` which are not built on arm32.
Remove `getauxval` for now.
More information about the All-commits
mailing list