This is an archive of the discontinued LLVM Phabricator instance.

[-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.
ClosedPublic

Authored by aprantl on Nov 28 2018, 5:03 PM.

Details

Summary

This patch passes -fdebug-prefix-map (a feature for renaming source paths in the debug info) through to the per-module codegen options and adds the debug prefix map to the module hash.

rdar://problem/46045865

Diff Detail

Repository
rC Clang

Event Timeline

aprantl created this revision.Nov 28 2018, 5:03 PM
bruno accepted this revision.Nov 29 2018, 1:39 PM

LGTM

This revision is now accepted and ready to land.Nov 29 2018, 1:39 PM
This revision was automatically updated to reflect the committed changes.