projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb2ae3d
)
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option descr...
author
Erik Verbruggen
<erikjv@me.com>
Wed, 20 Feb 2013 22:33:46 +0000
(22:33 +0000)
committer
Erik Verbruggen
<erikjv@me.com>
Wed, 20 Feb 2013 22:33:46 +0000
(22:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175682
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Debug.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Debug.cpp
b/lib/Support/Debug.cpp
index 0c0f15eddd3014ecc78f439037cc1767f7b92694..d9cb8a9da8150c5a507ff5a89dfd7f63425b3698 100644
(file)
--- a/
lib/Support/Debug.cpp
+++ b/
lib/Support/Debug.cpp
@@
-44,7
+44,7
@@
Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
//until program termination.
static cl::opt<unsigned>
DebugBufferSize("debug-buffer-size",
- cl::desc("Buffer the last N characters of debug output"
+ cl::desc("Buffer the last N characters of debug output
"
"until program termination. "
"[default 0 -- immediate print-out]"),
cl::Hidden,