clangSelf, clangWrapSelf, llvmPackagesSelf: Remove this unused thing

It's old old LLVM built with new LLVM. How useless.
This commit is contained in:
John Ericson 2018-05-22 18:06:02 -04:00 committed by John Ericson
parent 9530d71725
commit 07d73c4ab0
2 changed files with 1 additions and 17 deletions

View File

@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub, bash, which, m4, python, bison, flex, llvmPackages, clangWrapSelf,
{stdenv, fetchFromGitHub, bash, which, m4, python, bison, flex, llvmPackages,
testedTargets ? ["sse2" "host"] # the default test target is sse4, but that is not supported by all Hydra agents
}:

View File

@ -6056,18 +6056,6 @@ with pkgs;
clang-analyzer = callPackage ../development/tools/analysis/clang-analyzer { };
clangSelf = clangWrapSelf llvmPackagesSelf.clang;
clangWrapSelf = build: ccWrapperFun {
cc = build;
isClang = true;
inherit stdenvNoCC;
inherit (targetPackages.stdenv.cc) bintools libc;
extraPackages = [ libcxx libcxxabi ];
nativeTools = false;
nativeLibc = false;
};
#Use this instead of stdenv to build with clang
clangStdenv = if stdenv.cc.isClang then stdenv else lowPrio llvmPackages.stdenv;
clang-sierraHack-stdenv = overrideCC stdenv clang-sierraHack;
@ -6704,10 +6692,6 @@ with pkgs;
llvmPackages = recurseIntoAttrs llvmPackages_5;
llvmPackagesSelf = llvmPackages_34.override {
stdenv = libcxxStdenv;
};
llvmPackages_34 = callPackage ../development/compilers/llvm/3.4 ({
isl = isl_0_12;
} // stdenv.lib.optionalAttrs (stdenv.cc.isGNU && stdenv.hostPlatform.isi686) {