Skip to content

Commit d67c37f

Browse files
fmayernikic
andauthored
Update llvm/lib/Support/DebugCounter.cpp
Co-authored-by: Nikita Popov <[email protected]>
1 parent fcb2062 commit d67c37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/DebugCounter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ void DebugCounter::push_back(const std::string &Val) {
174174
return;
175175
#ifdef NDEBUG
176176
// isCountingEnabled is hardcoded to false in NDEBUG.
177-
errs() << "Requested --debug-counter in non-debug LLVM build. This is a "
177+
errs() << "Requested --debug-counter in LLVM build without assertions. This is a "
178178
"no-op.\n";
179179
#endif
180180

0 commit comments

Comments
 (0)