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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to