darwin: use llvm’s dsymutil instead of dummy version

We were previously using a dummy wrapper for dsymutil. This meant that
debug symbols were not getting generated when dsymutil was otherwise
available. This should fix that issue & provide a real dsymutil from
llvm.

Fixes #52148.
This commit is contained in:
Matthew Bauer
2018-12-15 12:26:11 -06:00
parent 921d046537
commit 0a996c8ef3
3 changed files with 7 additions and 13 deletions
+1
View File
@@ -15,6 +15,7 @@ in
binutils-unwrapped = callPackage ../os-specific/darwin/binutils {
inherit (darwin) cctools;
inherit (pkgs) binutils-unwrapped;
inherit (pkgs.llvmPackages_5) llvm;
};
binutils = pkgs.wrapBintoolsWith {