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 510e42f commit 0dfd914Copy full SHA for 0dfd914
llvm/lib/Support/DebugCounter.cpp
@@ -175,8 +175,7 @@ void DebugCounter::push_back(const std::string &Val) {
175
#ifdef NDEBUG
176
// isCountingEnabled is hardcoded to false in NDEBUG.
177
errs() << "Requested --debug-counter in LLVM build without assertions. This "
178
- "is a "
179
- "no-op.\n";
+ "is a no-op.\n";
180
#endif
181
182
// The strings should come in as counter=chunk_list
0 commit comments