llvm 3.8+: Remove unneeded libcxxabi dependency

Evidentally this hasn't been needed for a while
This commit is contained in:
John Ericson
2018-06-13 21:06:00 -04:00
parent e358fff0d6
commit 7156f46949
9 changed files with 7 additions and 18 deletions
@@ -25,9 +25,7 @@ let
callPackage = newScope (tools // { inherit stdenv cmake libxml2 python2 isl release_version version fetch; });
in {
llvm = overrideManOutput (callPackage ./llvm.nix {
inherit (targetLlvmLibraries) libcxxabi;
});
llvm = overrideManOutput (callPackage ./llvm.nix { });
clang-unwrapped = overrideManOutput (callPackage ./clang {
inherit clang-tools-extra_src;
});