[PATCH] D47260: [DebugInfo] Skip MD5 checksums of preprocessed files
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 25 14:03:07 PDT 2018
probinson marked an inline comment as done.
probinson added inline comments.
================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:378
return None;
+ if (Entry.getFile().hasLineDirectives()) {
+ EmitFileChecksums = false;
----------------
aprantl wrote:
> Can you add a comment explaining why we are doing this here?
Of course.
https://reviews.llvm.org/D47260
More information about the cfe-commits
mailing list