summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-06-17 06:52:41 +0000
committerJustin Bogner <mail@justinbogner.com>2014-06-17 06:52:41 +0000
commit581b59241462e12609fc7918225a18b6c16d995e (patch)
tree330dce9fcd11f7bb726eb12db48c3bb0dace848d /llvm/lib
parent087d6274aeddb3c88cbf3077aa76e5b0f52b91d5 (diff)
downloadbcm5719-llvm-581b59241462e12609fc7918225a18b6c16d995e.tar.gz
bcm5719-llvm-581b59241462e12609fc7918225a18b6c16d995e.zip
tools: Add a space between package version and LLVM_VERSION_INFO
This reads a little strangely. Add a space to clean it up. llvm-svn: 211090
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Support/CommandLine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp
index b2bb7466c11..e09d4b6e47b 100644
--- a/llvm/lib/Support/CommandLine.cpp
+++ b/llvm/lib/Support/CommandLine.cpp
@@ -1699,7 +1699,7 @@ public:
OS << "LLVM (http://llvm.org/):\n"
<< " " << PACKAGE_NAME << " version " << PACKAGE_VERSION;
#ifdef LLVM_VERSION_INFO
- OS << LLVM_VERSION_INFO;
+ OS << " " << LLVM_VERSION_INFO;
#endif
OS << "\n ";
#ifndef __OPTIMIZE__
OpenPOWER on IntegriCloud