[PATCH] D82546: [Debugify][OriginalDIMode] Export the report into JSON file

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 15:04:43 PST 2021


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/Transforms/Utils/Debugify.h:169
 class DebugifyCustomPassManager : public legacy::PassManager {
+  StringRef OrigDIVerifyBugsReportFilePath = "";
   DebugifyStatsMap *DIStatsMap = nullptr;
----------------
The = ""; is redundant.


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

https://reviews.llvm.org/D82546



More information about the llvm-commits mailing list