pub unsafe extern "C" fn LLVMParseCommandLineOptions(
argc: c_int,
argv: *const *const c_char,
Overview: *const c_char,
)
Expand description
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()