3
0
Fork 0
forked from mirrors/nixpkgs

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:
Dan Peebles 2018-09-17 01:01:29 -04:00
parent 481dd45e61
commit a257d64f33

View file

@ -8784,7 +8784,6 @@ with pkgs;
valgrind = callPackage ../development/tools/analysis/valgrind {
inherit (darwin) xnu bootstrap_cmds cctools;
llvm = llvm_39;
};
valgrind-light = self.valgrind.override { gdb = null; };