aprantl marked an inline comment as done.
aprantl added inline comments.

================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:2499
+        DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()),
+        TheCU->getProducer(), false, StringRef(), 0, Mod.getASTFile(),
+        llvm::DICompileUnit::FullDebug, Signature);
----------------
probinson wrote:
> The isOptimized parameter changed from true to false?
Good catch, that was a drive-by fix. It has no meaning in the skeleton CU so we 
might as well not set it. Should be a separate commit though.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76377/new/

https://reviews.llvm.org/D76377



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

Reply via email to