Add PrintVersionMessage() that tools can use to print version number
authorDevang Patel <dpatel@apple.com>
Thu, 1 Feb 2007 01:43:37 +0000 (01:43 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 1 Feb 2007 01:43:37 +0000 (01:43 +0000)
commitaed293dfba04b07a867491c11dfff4bf3eb6bddd
tree79de9c9209e382cfd3cf85cbff5da11495b3eada
parent527fae12c3b58d6151aa1c534c10b55d603b8da1
Add PrintVersionMessage() that tools can use to print version number
without exiting program.

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