summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SystemUtils.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-11-03 00:24:33 +0000
committerDan Gohman <gohman@apple.com>2010-11-03 00:24:33 +0000
commit0baea2aa1b4ae9943bf2083a65f9e40e8856d338 (patch)
treec79afe7cd3baab114bb3a243d008b31184d3deae /llvm/lib/Support/SystemUtils.cpp
parentb2d4f7f20eb29c1271ad0249f74e6da82c766118 (diff)
downloadbcm5719-llvm-0baea2aa1b4ae9943bf2083a65f9e40e8856d338.tar.gz
bcm5719-llvm-0baea2aa1b4ae9943bf2083a65f9e40e8856d338.zip
Print an error as one big string instead of breaking it up.
llvm-svn: 118130
Diffstat (limited to 'llvm/lib/Support/SystemUtils.cpp')
-rw-r--r--llvm/lib/Support/SystemUtils.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp
index db61e7569cd..ff076637ab5 100644
--- a/llvm/lib/Support/SystemUtils.cpp
+++ b/llvm/lib/Support/SystemUtils.cpp
@@ -23,9 +23,9 @@ bool llvm::CheckBitcodeOutputToConsole(raw_ostream &stream_to_check,
if (stream_to_check.is_displayed()) {
if (print_warning) {
errs() << "WARNING: You're attempting to print out a bitcode file.\n"
- << "This is inadvisable as it may cause display problems. If\n"
- << "you REALLY want to taste LLVM bitcode first-hand, you\n"
- << "can force output with the `-f' option.\n\n";
+ "This is inadvisable as it may cause display problems. If\n"
+ "you REALLY want to taste LLVM bitcode first-hand, you\n"
+ "can force output with the `-f' option.\n\n";
}
return true;
}
OpenPOWER on IntegriCloud