nixpkgs/pkgs/development/compilers/llvm/16/libcxx
a-n-n-a-l-e-e 2ec46240ae
llvmPackages_{15,16,17,git}.libcxx: fix darwin link flags (#278945)
This change applies the upstream PR
https://github.com/llvm/llvm-project/pull/77218 so the same link flags
on darwin are used as when LIBCXX_CXX_ABI=libcxxabi. Specifically, this
adds
"-Wl,-force_symbols_not_weak_list,${CMAKE_CURRENT_SOURCE_DIR}/../lib/notweak.exp"
which prevents libcxx from segfaulting on darwin
2024-01-12 08:45:41 -06:00
..
default.nix llvmPackages_{15,16,17,git}.libcxx: fix darwin link flags (#278945) 2024-01-12 08:45:41 -06:00
gnu-install-dirs.patch