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-23 00:27:30 -04:00
committed by John Ericson
parent 9530d71725
commit 07d73c4ab0
2 changed files with 1 additions and 17 deletions
+1 -1
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
}: