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
Paths
| Differential D55037
[-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
Event TimelineThis revision is now accepted and ready to land.Nov 29 2018, 1:39 PM Closed by commit rC347926: [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs. (authored by adrian). · Explain WhyNov 29 2018, 2:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 175969 lib/CodeGen/ObjectFilePCHContainerOperations.cpp
lib/Frontend/CompilerInvocation.cpp
test/Modules/module-debuginfo-prefix.m
|