Skip to content

Commit 460b9cd

Browse files
authored
[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.
1 parent 6313550 commit 460b9cd

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,6 @@ if(LLVM_LIBC_FULL_BUILD)
842842
libc.src.arpa.inet.ntohl
843843
libc.src.arpa.inet.ntohs
844844

845-
# link.h entrypoints
846-
libc.src.link.dl_iterate_phdr
847-
848845
# pthread.h entrypoints
849846
libc.src.pthread.pthread_atfork
850847
libc.src.pthread.pthread_attr_destroy

libc/config/linux/riscv/entrypoints.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -795,9 +795,6 @@ if(LLVM_LIBC_FULL_BUILD)
795795
libc.src.arpa.inet.ntohl
796796
libc.src.arpa.inet.ntohs
797797

798-
# link.h entrypoints
799-
libc.src.link.dl_iterate_phdr
800-
801798
# pthread.h entrypoints
802799
libc.src.pthread.pthread_atfork
803800
libc.src.pthread.pthread_attr_destroy

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,6 @@ if(LLVM_LIBC_FULL_BUILD)
960960
libc.src.arpa.inet.ntohl
961961
libc.src.arpa.inet.ntohs
962962

963-
# link.h entrypoints
964-
libc.src.link.dl_iterate_phdr
965-
966963
# pthread.h entrypoints
967964
libc.src.pthread.pthread_atfork
968965
libc.src.pthread.pthread_attr_destroy

0 commit comments

Comments
 (0)