Loading
llvmPackages.clang: Drop CLANG_DEFAULT_CXX_STDLIB
This is better handled in the cc-wrapper, and makes it possible to avoid rebuilding clang in some scenarios. It also appears to be unnecessary since the cc-wrapper already passes -stdlib=libc++ where needed. See: https://github.com/NixOS/nixpkgs/blob/8885a1e21ad43f8031c738a08029cd1d4dcbc2f7/pkgs/build-support/cc-wrapper/default.nix#L603 Signed-off-by:Peter Waller <p@pwaller.net>