Displaying 3 results from an estimated 3 matches for "commandlineprefix".
2009 Feb 18
2
[LLVMdev] Patch: Prefix for ParseCommandLineOptions()
...isplayed under --help as "--bar" and can be used
as "--bar". Any options without "foo-" prefix will not be displayed
under --help and will not be useable from the command line.
-Alexei
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CommandLinePrefix.diff
Type: application/octet-stream
Size: 11878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090217/b4895e83/attachment.obj>
2009 Mar 04
0
[LLVMdev] Patch: Prefix for ParseCommandLineOptions()
...o-bar" is a defined
> option, it will be displayed under --help as "--bar" and can be used
> as "--bar". Any options without "foo-" prefix will not be displayed
> under --help and will not be useable from the command line.
>
> -Alexei
> <
> CommandLinePrefix.diff>_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2009 Mar 04
2
[LLVMdev] Patch: Prefix for ParseCommandLineOptions()
...;> option, it will be displayed under --help as "--bar" and can be used
>> as "--bar". Any options without "foo-" prefix will not be displayed
>> under --help and will not be useable from the command line.
>>
>> -Alexei
>> <
>> CommandLinePrefix.diff>_______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> _______________________________________________
> LLVM Developers mai...