Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions tools/system_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1750,14 +1750,6 @@ def add_library(libname):
if sanitize:
add_library('libsanitizer_common_rt')

# the sanitizer runtimes may call mmap, which will need a few things. sadly
# the usual deps_info mechanism does not work since we scan only user files
# for things, and not libraries (to be able to scan libraries, we'd need to
# somehow figure out which of their object files will actually be linked in -
# but only lld knows that). so just directly handle that here.
if sanitize:
settings.EXPORTED_FUNCTIONS.append(mangle_c_symbol_name('memset'))

if settings.PROXY_POSIX_SOCKETS:
add_library('libsockets_proxy')
else:
Expand Down