[llvm-commits] [LNT] r165407 - /lnt/trunk/lnt/tests/nt.py

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Oct 8 15:50:52 PDT 2012


On Oct 8, 2012, at 3:39 PM, Daniel Dunbar <daniel at zuster.org> wrote:

> Passing --large and --small together should probably be an error.
> 
>> +    if opts.test_large:
>> +        if opts.test_small:
>> +          fatal('the --small and --large options are mutually exclusive')

;)

/jakob




More information about the llvm-commits mailing list