This function parses the given arguments using the LLVM command line parser.
Note that the only stable thing about this function is its signature; you
cannot rely on any particular set of command line arguments being interpreted
the same way across LLVM versions.
This function parses the given arguments using the LLVM command line parser. Note that the only stable thing about this function is its signature; you cannot rely on any particular set of command line arguments being interpreted the same way across LLVM versions.
@see llvm::cl::ParseCommandLineOptions()