[PATCH] D47260: [DebugInfo] Skip MD5 checksums of preprocessed files
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 25 13:50:15 PDT 2018
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Minor comment inline.
================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:378
return None;
+ if (Entry.getFile().hasLineDirectives()) {
+ EmitFileChecksums = false;
----------------
Can you add a comment explaining why we are doing this here?
https://reviews.llvm.org/D47260
More information about the cfe-commits
mailing list