Skip to content

Instantly share code, notes, and snippets.

@crabtw
Created November 8, 2010 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crabtw/667659 to your computer and use it in GitHub Desktop.
Save crabtw/667659 to your computer and use it in GitHub Desktop.
#include <llvm/Support/CommandLine.h>
int main(int argc, char **argv) {
llvm::cl::ParseCommandLineOptions(argc, argv, "123");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment