It should be possible to override the dsymutil path
850997a
Opened by Steven Fackler at
The compiler currently invokes dsymutil directly, but a cross compilation toolchain may have it located under a different name like x86_64-apple-darwin15-dsymutil. There should be a compiler flag to override it like there is for the linker.
The "best" option here would actually be to vendor
llvm-dsymutilthe way we dollvm-ar(just link to it). At a first glance, however, it looks like it may not be librarified so we may not be able to benefit :(This would likely manifest itself as
-C dsymutil=foothe same way-C linker=fooexists.Alex Crichton at 2016-03-01 04:57:55
Triage: not aware of any changes here
Steve Klabnik at 2019-12-25 17:03:44