It should be possible to override the dsymutil path

850997a
Opened by Steven Fackler at 2019-12-25 17:03:44

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.

  1. The "best" option here would actually be to vendor llvm-dsymutil the way we do llvm-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=foo the same way -C linker=foo exists.

    Alex Crichton at 2016-03-01 04:57:55

  2. Triage: not aware of any changes here

    Steve Klabnik at 2019-12-25 17:03:44