python/hypothesis: update to 6.122.3
[oi-userland.git] / components / developer / clang-17 / patches / 09-no-symbolic-functions.patch
blob590325fdbbc13a64d41be1801bcdbbfd561fe3e9
1 --- llvm-17.0.1.src/tools/clang/tools/clang-shlib/CMakeLists.txt 2023-09-19 11:05:13.000000000 +0200
2 +++ llvm-17.0.1.src/tools/clang/tools/clang-shlib/CMakeLists.txt.new 2023-09-22 19:40:57.158341019 +0200
3 @@ -50,9 +50,9 @@
4 ${_DEPS})
5 # Optimize function calls for default visibility definitions to avoid PLT and
6 # reduce dynamic relocations.
7 -if (NOT APPLE AND NOT MINGW)
8 - target_link_options(clang-cpp PRIVATE LINKER:-Bsymbolic-functions)
9 -endif()
10 +#if (NOT APPLE AND NOT MINGW)
11 +# target_link_options(clang-cpp PRIVATE LINKER:-Bsymbolic-functions)
12 +#endif()
13 if (MINGW OR CYGWIN)
14 # The clang-cpp DLL is supposed to export all symbols (except for ones
15 # that are explicitly hidden). Normally, this is what happens anyway, but