mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[libc] Enable string functions for aarch64.
This commit is contained in:
parent
d74323606d
commit
7e54df6829
@ -3,6 +3,11 @@ set(TARGET_LIBC_ENTRYPOINTS
|
||||
libc.src.errno.__errno_location
|
||||
|
||||
# string.h entrypoints
|
||||
libc.src.string.bzero
|
||||
libc.src.string.memcpy
|
||||
libc.src.string.memset
|
||||
libc.src.string.strcpy
|
||||
libc.src.string.strcat
|
||||
libc.src.string.strlen
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user