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
-7
View File
@@ -92,13 +92,6 @@ let
popd
'';
postInstall = ''
cat >$out/bin/dsymutil << EOF
#!${stdenv.shell}
EOF
chmod +x $out/bin/dsymutil
'';
passthru = {
inherit targetPrefix;
};