[PATCH] D147710: Add an option to print out annotation remark count.
Jon Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 09:39:48 PDT 2023
jroelofs added inline comments.
================
Comment at: llvm/test/tools/llvm-remarkutil/no-annotation-count.test:5
+; CHECK-LABEL: Function,Count
+; CHECK-EMPTY
----------------
Missing colon (to make it a FileCheck directive)
================
Comment at: llvm/tools/llvm-remarkutil/RemarkUtil.cpp:56
+
+// Keep Input format and names consisten accross the modes via a macro.
+#define INPUT_FORMAT_COMMAND_LINE_OPTIONS(SUBOPT) \
----------------
s/consisten/consistent/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147710/new/
https://reviews.llvm.org/D147710
More information about the llvm-commits
mailing list