search for: 45b2529b

Displaying 1 result from an estimated 1 matches for "45b2529b".

2014 Feb 27
2
[LLVMdev] CommandLine handling of -help and -version options
Tools that use the LLVM CommandLine library seem to exit 1 when called with -version or -help. This is strange and inconsistent with most command line tools. Is there a reason we exit 1? Is anyone relying on this behaviour?