[LLVMdev] cl::opt Ideas

Chris Lattner sabre at nondot.org
Tue Oct 16 21:14:13 PDT 2007


On Oct 15, 2007, at 2:45 PM, David Greene wrote:
> Now, what would REALLY be nice is something that helps the users
> as well, so they might type
>
> -RegallocDebug=Coloring,Simplify
>
> This isn't the most critical thing on my list, but I thought I'd  
> post the
> idea to see if anyone else has been working on something like this
> or could make use of it.

You can have this today with cl::CommaSeparated.  For example, the  
llc -mattr=foo,bar,baz option works this way.

-Chris



More information about the llvm-dev mailing list