r179670 - Remove dead option.

Eric Christopher echristo at gmail.com
Thu Feb 20 10:01:54 PST 2014


Wacky. Might want to add a comment if you didn't :)

-eric

On Thu, Feb 20, 2014 at 9:59 AM, Adrian Prantl <aprantl at apple.com> wrote:
> Hi Eric,
>
> only months later I noticed that all the blocks-related debuginfo-tests actually require this..!
> I reverted this in r201800.
>
> cheers,
> adrian
>
>
> On Apr 17, 2013, at 0:19, Eric Christopher <echristo at gmail.com> wrote:
>
>> Author: echristo
>> Date: Wed Apr 17 02:19:52 2013
>> New Revision: 179670
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=179670&view=rev
>> Log:
>> Remove dead option.
>>
>> Modified:
>>    cfe/trunk/test/lit.cfg
>>
>> Modified: cfe/trunk/test/lit.cfg
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=179670&r1=179669&r2=179670&view=diff
>> ==============================================================================
>> --- cfe/trunk/test/lit.cfg (original)
>> +++ cfe/trunk/test/lit.cfg Wed Apr 17 02:19:52 2013
>> @@ -235,10 +235,6 @@ if execute_external:
>> if not platform.system() in ['Windows'] or lit.getBashPath() == '':
>>     config.available_features.add('shell-preserves-root')
>>
>> -# For tests that require Darwin to run.
>> -if platform.system() in ['Darwin']:
>> -    config.available_features.add('system-darwin')
>> -
>> # ANSI escape sequences in non-dumb terminal
>> if platform.system() not in ['Windows']:
>>     config.available_features.add('ansi-escape-sequences')
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



More information about the cfe-commits mailing list