[libc] Disable dl_iterate_phdr entrypoint for linux fullbuild (#131893)

There are some issues with typedef conflicts between libc headers
and Linux kernel headers arising.  Disable building the new code
for Linux for now.
This commit is contained in:
Roland McGrath
2025-03-18 12:26:22 -07:00
committed by GitHub
parent 6313550ace
commit 460b9cda81
3 changed files with 0 additions and 9 deletions

View File

@@ -842,9 +842,6 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.arpa.inet.ntohl
libc.src.arpa.inet.ntohs
# link.h entrypoints
libc.src.link.dl_iterate_phdr
# pthread.h entrypoints
libc.src.pthread.pthread_atfork
libc.src.pthread.pthread_attr_destroy

View File

@@ -795,9 +795,6 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.arpa.inet.ntohl
libc.src.arpa.inet.ntohs
# link.h entrypoints
libc.src.link.dl_iterate_phdr
# pthread.h entrypoints
libc.src.pthread.pthread_atfork
libc.src.pthread.pthread_attr_destroy

View File

@@ -960,9 +960,6 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.arpa.inet.ntohl
libc.src.arpa.inet.ntohs
# link.h entrypoints
libc.src.link.dl_iterate_phdr
# pthread.h entrypoints
libc.src.pthread.pthread_atfork
libc.src.pthread.pthread_attr_destroy