[libc-commits] [PATCH] D158794: [libc] Add abort and __llvm_libc_syscall to aarch64 fullbuild config.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 24 16:27:06 PDT 2023
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG82f41192e273: [libc] Add abort and __llvm_libc_syscall to aarch64 fullbuild config. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158794/new/
https://reviews.llvm.org/D158794
Files:
libc/config/linux/aarch64/entrypoints.txt
Index: libc/config/linux/aarch64/entrypoints.txt
===================================================================
--- libc/config/linux/aarch64/entrypoints.txt
+++ libc/config/linux/aarch64/entrypoints.txt
@@ -424,6 +424,7 @@
# stdlib.h entrypoints
libc.src.stdlib._Exit
+ libc.src.stdlib.abort
libc.src.stdlib.atexit
libc.src.stdlib.exit
libc.src.stdlib.getenv
@@ -476,6 +477,7 @@
libc.src.time.time
# unistd.h entrypoints
+ libc.src.unistd.__llvm_libc_syscall
libc.src.unistd.environ
libc.src.unistd.execv
libc.src.unistd.getopt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158794.553302.patch
Type: text/x-patch
Size: 594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230824/b547d95f/attachment.bin>
More information about the libc-commits
mailing list