python/hypothesis: update to 6.121.0
[oi-userland.git] / components / developer / clang-13 / patches / 09-no-symbolic-functions.patch
blob59422ff2bc3eead8b8d8f47e62fcb7855ec6cf55
1 diff -wpruN '--exclude=*.orig' a~/tools/clang-shlib/CMakeLists.txt a/tools/clang-shlib/CMakeLists.txt
2 --- a~/tools/clang/tools/clang-shlib/CMakeLists.txt 1970-01-01 00:00:00
3 +++ a/tools/clang/tools/clang-shlib/CMakeLists.txt 1970-01-01 00:00:00
4 @@ -48,8 +48,3 @@ add_clang_library(clang-cpp
5 ${_OBJECTS}
6 LINK_LIBS
7 ${_DEPS})
8 -# Optimize function calls for default visibility definitions to avoid PLT and
9 -# reduce dynamic relocations.
10 -if (NOT APPLE AND NOT MINGW)
11 - target_link_options(clang-cpp PRIVATE LINKER:-Bsymbolic-functions)
12 -endif()