[llvm-dev] Command Line Parsing problem

Lorenzo Laneve via llvm-dev llvm-dev at lists.llvm.org
Sat Apr 9 07:37:52 PDT 2016


I'm trying to use llvm's ::cl tools to parse my args.
The problem is that when I use --help it lists all the llvm's options, which opt<> objects are declared in many parts of the library.
Can i use that tool without including all of those opts or should I implement my own parser?


More information about the llvm-dev mailing list