[zorg] r173869 - Add an LLDB builder

David Blaikie dblaikie at gmail.com
Fri May 8 09:52:30 PDT 2015


On Wed, Apr 22, 2015 at 11:01 AM, Rick Foos <rfoos at codeaurora.org> wrote:

> Is there something in the factory or parameters that would allow it to
> pass?
>
> The lldb autoconf build is a fairly standard build that should pass
> everywhere.
>
> If autoconf make from the lldb/test directory executed what cmake does?
> ../llvm/tools/lldb/test/dosep.py --options '--executable
> /lldb-buildbot/lldbSlave/buildWorkingDir/build/bin/lldb -A x86_64 -C clang
> -s lldb-test-traces-clang-x86_64 -u CXXFLAGS -u CFLAGS'
> It ought to work?
>
> -rick
> PS: All of these have the same common problem.
>
> lldb-x86_64-debian-clang     failed test lldb
> lldb-x86_64-freebsd     failed test lldb
> lldb-x86_64-ubuntu-14.10     failed test lldb


Yep - let's take all 3 of them all offline until someone can fix them.

Dmitri, could you do that?

- David


>
>
> On 04/22/2015 11:47 AM, David Blaikie wrote:
>
>> Looks like this buildbot has been failing for about 3 weeks straight -
>> since no one seems to care about it, can we remove it?
>>
>> http://lab.llvm.org:8011/builders/lldb-x86_64-debian-clang/builds/4620
>>
>> 2013-01-29 17:00 GMT-08:00 Dmitri Gribenko <gribozavr at gmail.com>:
>>
>>> Author: gribozavr
>>> Date: Tue Jan 29 19:00:38 2013
>>> New Revision: 173869
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=173869&view=rev
>>> Log:
>>> Add an LLDB builder
>>>
>>> Modified:
>>>      zorg/trunk/buildbot/osuosl/master/config/builders.py
>>>
>>> Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
>>> URL:
>>> http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=173869&r1=173868&r2=173869&view=diff
>>>
>>> ==============================================================================
>>> --- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
>>> +++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Jan 29
>>> 19:00:38 2013
>>> @@ -498,6 +498,12 @@ def _get_lldb_builders():
>>>   #   gcc_m32_latest_env['CXX'] += ' -m32'
>>>   #
>>>       return [
>>> +        {'name': "lldb-x86_64-debian",
>>> +         'slavenames': ["gribozavr1"],
>>> +         'builddir': "lldb-x86_64",
>>> +         'factory': LLDBBuilder.getLLDBBuildFactory(triple=None, # use
>>> default
>>> +
>>> extra_configure_args=['--enable-cxx11', '--enable-optimized',
>>> '--enable-assertions'],
>>> +
>>> env={'PATH':'/home/llvmbb/bin/clang-latest/bin:/home/llvmbb/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games'})},
>>>           {'name': "lldb-x86_64-linux",
>>>            'slavenames': ["gcc20"],
>>>            'builddir': "lldb-x86_64",
>>>
>>>
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
> --
> Rick Foos
> Qualcomm Innovation Center, Inc.
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux
> Foundation Collaborative Project
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150508/026c2362/attachment.html>


More information about the llvm-commits mailing list