[PATCH] D76377: Correctly initialize the DW_AT_comp_dir attribute of Clang module skeleton CUs
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 20 09:44:41 PDT 2020
probinson 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);
----------------
The isOptimized parameter changed from true to false?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76377/new/
https://reviews.llvm.org/D76377
More information about the cfe-commits
mailing list