[llvm-commits] [zorg] r170442 - /zorg/trunk/zorg/buildbot/builders/ClangBuilder.py

David Blaikie dblaikie at gmail.com
Tue Dec 18 14:01:53 PST 2012


On Tue, Dec 18, 2012 at 1:54 PM, Galina Kistanova <gkistanova at gmail.com> wrote:
>>Please let me know if/when you update the public buildmaster with this
> Updated.

Thanks, committed the corresponding test changes in 170460.

- David

>
> Thanks
>
> Galina
>
>
>
> On Tue, Dec 18, 2012 at 1:39 PM, David Blaikie <dblaikie at gmail.com> wrote:
>> Galina,
>>
>> Please let me know if/when you update the public buildmaster with this
>> change as I'll need to make some test changes to coincide with this
>> for the gdb-75 bot to remain green.
>>
>> Thanks,
>> - David
>>
>> On Tue, Dec 18, 2012 at 11:27 AM, David Blaikie <dblaikie at gmail.com> wrote:
>>> Author: dblaikie
>>> Date: Tue Dec 18 13:27:49 2012
>>> New Revision: 170442
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=170442&view=rev
>>> Log:
>>> Use -fno-limit-debug-info for the GDB 7.5 test suite execution.
>>>
>>> Once all other issues are addressed I'll try running the suite without this
>>> flag to get a sense for how much it's hurting debug info & then we can
>>> assess whether or not to make it default to off.
>>>
>>> Modified:
>>>     zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
>>>
>>> Modified: zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
>>> URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py?rev=170442&r1=170441&r2=170442&view=diff
>>> ==============================================================================
>>> --- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
>>> +++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Tue Dec 18 13:27:49 2012
>>> @@ -570,7 +570,7 @@
>>>          suppress_baseline = 'SUPPRESS_CLANG_BASELINE=1'
>>>      make_vars = [WithProperties('RUNTESTFLAGS=CC_FOR_TARGET=\'{0}/bin/clang\' '
>>>                                  'CXX_FOR_TARGET=\'{0}/bin/clang++\' '
>>> -                                'CFLAGS_FOR_TARGET=\'-w -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer\' '
>>> +                                'CFLAGS_FOR_TARGET=\'-w -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fno-limit-debug-info\' '
>>>                                  '{1}'.format(install_prefix, suppress_baseline)),
>>>                   'FORCE_PARALLEL=1']
>>>      f.addStep(SVN(name='svn-clang-tests', mode='update',
>>>
>>>
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list