[PATCH] D55137: Honor -fdebug-prefix-map when creating function names for the debug info.
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 30 12:55:03 PST 2018
probinson added inline comments.
================
Comment at: lib/CodeGen/CGDebugInfo.cpp:238
+ // Apply -fdebug-prefix-map.
+ PP.RemapFilePaths = true;
+ PP.remapPath = [this](StringRef Path) { return remapDIPath(Path); };
----------------
Unconditionally?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55137/new/
https://reviews.llvm.org/D55137
More information about the cfe-commits
mailing list