This is an archive of the discontinued LLVM Phabricator instance.

Add an -object-path-prefix option to dsymutil
ClosedPublic

Authored by aprantl on Mar 18 2020, 3:33 PM.

Details

Summary

to remap object file paths (but no source paths) before
processing. This is meant to be used for Clang objects where the
module cache location was remapped using `-fdebug-prefix-map`; to
help dsymutil find the Clang module cache.

rdar://problem/55685132

Diff Detail