mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
[libc] remove getauxval from arm32 entrypoint list (#79093)
`getauxval` depends on `open/read/close` which are not built on arm32. Remove `getauxval` for now.
This commit is contained in:
parent
ce3e767ac5
commit
3f740322c5
@ -95,9 +95,6 @@ set(TARGET_LIBC_ENTRYPOINTS
|
||||
|
||||
# sys/prctl.h entrypoints
|
||||
libc.src.sys.prctl.prctl
|
||||
|
||||
# sys/auxv.h entrypoints
|
||||
libc.src.sys.auxv.getauxval
|
||||
)
|
||||
|
||||
set(TARGET_LIBM_ENTRYPOINTS
|
||||
|
Loading…
Reference in New Issue
Block a user