valgrind: don't force LLVM 3.9
This was added when 3.9 was the only one with llvm-dsymutil, but now almost all of them have it, so the default works fine.
This commit is contained in:
parent
481dd45e61
commit
a257d64f33
@ -8784,7 +8784,6 @@ with pkgs;
|
|||||||
|
|
||||||
valgrind = callPackage ../development/tools/analysis/valgrind {
|
valgrind = callPackage ../development/tools/analysis/valgrind {
|
||||||
inherit (darwin) xnu bootstrap_cmds cctools;
|
inherit (darwin) xnu bootstrap_cmds cctools;
|
||||||
llvm = llvm_39;
|
|
||||||
};
|
};
|
||||||
valgrind-light = self.valgrind.override { gdb = null; };
|
valgrind-light = self.valgrind.override { gdb = null; };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user