[PATCH] D27641: DebugInfo: Added support for Checksum debug info feature (Clang part)

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 21 10:20:10 PST 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

This side looks good.



================
Comment at: lib/CodeGen/CGDebugInfo.cpp:325
+llvm::DIFile::ChecksumKind
+CGDebugInfo::getChecksum(FileID FID, SmallString<32> &Checksum) const {
+  Checksum.clear();
----------------
This is uncached. Maybe call it computeChecksum to indicate that it is expensive?


https://reviews.llvm.org/D27641





More information about the cfe-commits mailing list