Method ParseCommandLineOptions
ParseCommandLineOptions(String[], String)
Parse a command line string for LLVM Options
Declaration
[Obsolete("Applications should manage options directly without relying on the LLVM argument handling")]
public static void ParseCommandLineOptions(string[] args, string overview)
Parameters
[Obsolete("Applications should manage options directly without relying on the LLVM argument handling")]
public static void ParseCommandLineOptions(string[] args, string overview)
String[] | args | Arguments to parse |
String | overview | overview of the application for help/diagnostics |
Remarks
Use of this method is discouraged as calling applications should control options directly without reliance on particulars of the LLVM argument handling