[Patch] Option parsing: allow option aliases in option groups

Hans Wennborg hans at chromium.org
Fri Jul 19 17:34:28 PDT 2013


Hi,

This patch makes the option parsing code allow for having option
aliases in option groups.

Aliases in groups were previously disallowed by an assert. As far as I
know, there is no technical reason for this, and I would like to allow
them, to be able to put cl.exe compatible options in their own group,
but have some of them (like "/c" for example) be aliases.

Please take a look.

Thanks,
Hans
-------------- next part --------------
A non-text attachment was scrubbed...
Name: allow-aliases-in-groups.patch
Type: application/octet-stream
Size: 2024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130719/c5234a89/attachment.obj>


More information about the llvm-commits mailing list