clangSelf, clangWrapSelf, llvmPackagesSelf: Remove this unused thing
It's old old LLVM built with new LLVM. How useless.
This commit is contained in:
parent
9530d71725
commit
07d73c4ab0
@ -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
|
testedTargets ? ["sse2" "host"] # the default test target is sse4, but that is not supported by all Hydra agents
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -6056,18 +6056,6 @@ with pkgs;
|
|||||||
|
|
||||||
clang-analyzer = callPackage ../development/tools/analysis/clang-analyzer { };
|
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
|
#Use this instead of stdenv to build with clang
|
||||||
clangStdenv = if stdenv.cc.isClang then stdenv else lowPrio llvmPackages.stdenv;
|
clangStdenv = if stdenv.cc.isClang then stdenv else lowPrio llvmPackages.stdenv;
|
||||||
clang-sierraHack-stdenv = overrideCC stdenv clang-sierraHack;
|
clang-sierraHack-stdenv = overrideCC stdenv clang-sierraHack;
|
||||||
@ -6704,10 +6692,6 @@ with pkgs;
|
|||||||
|
|
||||||
llvmPackages = recurseIntoAttrs llvmPackages_5;
|
llvmPackages = recurseIntoAttrs llvmPackages_5;
|
||||||
|
|
||||||
llvmPackagesSelf = llvmPackages_34.override {
|
|
||||||
stdenv = libcxxStdenv;
|
|
||||||
};
|
|
||||||
|
|
||||||
llvmPackages_34 = callPackage ../development/compilers/llvm/3.4 ({
|
llvmPackages_34 = callPackage ../development/compilers/llvm/3.4 ({
|
||||||
isl = isl_0_12;
|
isl = isl_0_12;
|
||||||
} // stdenv.lib.optionalAttrs (stdenv.cc.isGNU && stdenv.hostPlatform.isi686) {
|
} // stdenv.lib.optionalAttrs (stdenv.cc.isGNU && stdenv.hostPlatform.isi686) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user