Displaying 1 result from an estimated 1 matches for "mustfollow".
2007 Mar 08
1
[LLVMdev] required command line options
In the CommandLine parser there is a way to specify that a command line
option is required. Is there a way to specify that the option is
required only if some other option is set?
In particular, I want to build a transformation T that opt loads. So, I
when I register T with opt a boolean command line option is created. If
the option is set by the user, then the transformation is run.