[PATCH] D43901: Make STATISTIC() values available programmatically
Justin Bogner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 2 17:15:26 PST 2018
bogner accepted this revision.
bogner added a comment.
One last comment, then I think this is good to go.
================
Comment at: lib/Support/Statistic.cpp:54
-namespace {
-/// StatisticInfo - This class is used in a ManagedStatic so that it is created
----------------
I think you lost the anonymous namespace here by accident.
Repository:
rL LLVM
https://reviews.llvm.org/D43901
More information about the llvm-commits
mailing list