[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:25:54 PDT 2023


sivachandra created this revision.
Herald added subscribers: libc-commits, kristof.beyls.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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.553301.patch
Type: text/x-patch
Size: 594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230824/1644ad17/attachment.bin>


More information about the libc-commits mailing list