[PATCH] D44959: [PDB] Add an explain subcommand to llvm-pdbutil
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 27 16:50:52 PDT 2018
rnk accepted this revision.
rnk added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp:58-59
+ return ((BlockIndex - 1) % File.getBlockSize() == 0);
+}
+bool ExplainOutputStyle::isFpm2() const {
+ return ((BlockIndex - 2) % File.getBlockSize() == 0);
----------------
format
https://reviews.llvm.org/D44959
More information about the llvm-commits
mailing list