mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-17 08:21:13 +00:00
[libc] Enable more entrypoints on aarch64.
This commit is contained in:
parent
e5244706ec
commit
07b7023181
@ -356,8 +356,10 @@ if(LLVM_LIBC_FULL_BUILD)
|
||||
libc.src.stdio.feof_unlocked
|
||||
libc.src.stdio.ferror
|
||||
libc.src.stdio.ferror_unlocked
|
||||
libc.src.stdio.fgetc
|
||||
libc.src.stdio.fflush
|
||||
libc.src.stdio.fopen
|
||||
libc.src.stdio.fputc
|
||||
libc.src.stdio.fputs
|
||||
libc.src.stdio.fopencookie
|
||||
libc.src.stdio.fread
|
||||
@ -368,8 +370,11 @@ if(LLVM_LIBC_FULL_BUILD)
|
||||
libc.src.stdio.fwrite_unlocked
|
||||
libc.src.stdio.fprintf
|
||||
libc.src.stdio.printf
|
||||
libc.src.stdio.putc
|
||||
libc.src.stdio.putchar
|
||||
libc.src.stdio.puts
|
||||
libc.src.stdio.stderr
|
||||
libc.src.stdio.stdin
|
||||
libc.src.stdio.stdout
|
||||
|
||||
# stdlib.h entrypoints
|
||||
@ -415,12 +420,14 @@ if(LLVM_LIBC_FULL_BUILD)
|
||||
# time.h entrypoints
|
||||
libc.src.time.asctime
|
||||
libc.src.time.asctime_r
|
||||
libc.src.time.clock_gettime
|
||||
libc.src.time.clock
|
||||
libc.src.time.difftime
|
||||
libc.src.time.gmtime
|
||||
libc.src.time.gmtime_r
|
||||
libc.src.time.mktime
|
||||
libc.src.time.nanosleep
|
||||
libc.src.time.clock_gettime
|
||||
libc.src.time.time
|
||||
|
||||
# unistd.h entrypoints
|
||||
libc.src.unistd.environ
|
||||
|
Loading…
x
Reference in New Issue
Block a user