Skip to content

Commit

Permalink
[libc] Add abort and __llvm_libc_syscall to aarch64 fullbuild config.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D158794
  • Loading branch information
Siva Chandra committed Aug 24, 2023
1 parent 9da61ae commit 82f4119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc/config/linux/aarch64/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ if(LLVM_LIBC_FULL_BUILD)

# stdlib.h entrypoints
libc.src.stdlib._Exit
libc.src.stdlib.abort
libc.src.stdlib.atexit
libc.src.stdlib.exit
libc.src.stdlib.getenv
Expand Down Expand Up @@ -476,6 +477,7 @@ if(LLVM_LIBC_FULL_BUILD)
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
Expand Down

0 comments on commit 82f4119

Please sign in to comment.