ΒΆvoid LLVMParseCommandLineOptions(
    int argc,
    const char* const* argv,
    const char* Overview)

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.

Declared at: llvm/include/llvm-c/Support.h:39

Parameters

int argc
const char* const* argv
const char* Overview