mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user