[PATCH] D43002: Emit S_OBJNAME symbol in CodeView
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 10:36:31 PST 2018
aprantl added inline comments.
================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:567
0 /* DWOid */, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling,
- CGOpts.GnuPubnames);
+ CGOpts.GnuPubnames, remapDIPath(CGOpts.OutputFileName));
}
----------------
Should this not be gated on the debuginfo kind being codeview?
https://reviews.llvm.org/D43002
More information about the llvm-commits
mailing list