We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb2062 commit d67c37fCopy full SHA for d67c37f
llvm/lib/Support/DebugCounter.cpp
@@ -174,7 +174,7 @@ void DebugCounter::push_back(const std::string &Val) {
174
return;
175
#ifdef NDEBUG
176
// isCountingEnabled is hardcoded to false in NDEBUG.
177
- errs() << "Requested --debug-counter in non-debug LLVM build. This is a "
+ errs() << "Requested --debug-counter in LLVM build without assertions. This is a "
178
"no-op.\n";
179
#endif
180
0 commit comments