CommandLine: Exit successfully for -version and -help
authorJustin Bogner <mail@justinbogner.com>
Fri, 28 Feb 2014 19:08:01 +0000 (19:08 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 28 Feb 2014 19:08:01 +0000 (19:08 +0000)
commit4ef6a7bf69a7a53600ad1dc04277b1e3d451869c
tree4557a835f687720e639fbe388a3192324dd7559e
parent1b5d421e4d7a9c797053d4bc918937b0297e4277
CommandLine: Exit successfully for -version and -help

Tools that use the CommandLine library currently exit with an error
when invoked with -version or -help. This is unusual and non-standard,
so we'll fix them to exit successfully instead.

I don't expect that anyone relies on the current behaviour, so this
should be a fairly safe change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202530 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp
test/CodeGen/Generic/print-after.ll