This diff starts the implementation of llvm-libtool-darwin
(an llvm based replacement of cctool's libtool for darwin format).
Libtool is used for creating static and dynamic libraries
from a bunch of object files given as input.
In this diff, I implement the --help and --version options. I
also add support for Input and Output files so as to print the
appropriate help message.
Does cctool libtool use -long-option as the canonical spelling?
For comparison, GNU getopt convention is --long-option