[PATCH] D128699: [BOLT][NFC] Respect shouldPrint in dump-dot-all
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 14:35:28 PDT 2022
maksfb added inline comments.
================
Comment at: bolt/lib/Core/BinaryFunction.cpp:3118
+ if (opts::Verbosity >= 1)
+ dbgs() << "BOLT-DEBUG: Dumping CFG to " << Filename << "\n";
dumpGraphToFile(Filename);
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128699/new/
https://reviews.llvm.org/D128699
More information about the llvm-commits
mailing list