Print LLVM version info like this:
authorChris Lattner <sabre@nondot.org>
Thu, 6 Jul 2006 18:33:03 +0000 (18:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 Jul 2006 18:33:03 +0000 (18:33 +0000)
commit3fc2f4e83f3317f592c06e2ae7d9f1832210decb
tree63fe43d7f948d412d99a7cb2fb4bd106f48d5b34
parent05ac92ca7d448ff9270cdeecd182653477708517
Print LLVM version info like this:

Low Level Virtual Machine (http://llvm.org/):
  llvm version 1.8cvs
  DEBUG build with assertions.

instead of like this:

Low Level Virtual Machine (llvm) 1.8cvs (see http://llvm.org/) ASSERTIONS ENABLED

Also, add a place for vendor version info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29020 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp