Displaying 20 results from an estimated 7000 matches similar to: "Buildbot compilers"
2011 Sep 20
2
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
The host c++ standard library is missing <utility>, it appears.
On Sep 20, 2011, at 11:22 AM, Galina Kistanova wrote:
> Please use the correct link :
> http://63.145.236.72:8011
> and ignore the previous.
>
> Also log for broken build is here:
>
> make[1]: Entering directory
>
2011 Sep 20
0
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
Please use the correct link :
http://63.145.236.72:8011
and ignore the previous.
Also log for broken build is here:
make[1]: Entering directory
`/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support'
llvm[1]: Compiling APFloat.cpp for Release+Asserts build
llvm[1]: Compiling APInt.cpp for Release+Asserts build
In file included from APFloat.cpp:15:
In file
2011 Sep 20
1
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
Yeah. That code has been there since r91421 and wouldn't have failed recently otherwise. Did something change on the host?
-eric
On Sep 20, 2011, at 11:27 AM, Jim Grosbach wrote:
> The host c++ standard library is missing <utility>, it appears.
>
>
> On Sep 20, 2011, at 11:22 AM, Galina Kistanova wrote:
>
>> Please use the correct link :
>>
2014 Aug 04
4
[LLVMdev] [cfe-dev] zorg config for libc++/libc++abi
On 04/08/2014 16:20, Dmitri Gribenko wrote:
> On Mon, Aug 4, 2014 at 2:20 PM, Dan Liew <dan at su-root.co.uk> wrote:
>>>> Second, is there a simple way to test the builder and config before I
>>>> commit
>>>> it?
>>>
>>> I am afraid not.
>>>
>>
>> But there is a ugly (and certainly not simple) way to partially test
2015 Jun 10
2
[LLVMdev] Why buildbot sanitizer-ppc64-linux1 blames r239459?
I'm trying to understand why the buildbot sanitizer-ppc64-linux1 fails due
to my latest patch. It was in llvm::GlobalValue while the reported failure
is:
strcspn-2.c.tmp:
/home/buildbots/sanitizerslave1/sanitizer-ppc64-1/build/llvm/projects/compiler-rt/test/asan/TestCases/strcspn-2.c:17:
int main(int, char **): Assertion `r == sizeof(s1) - 1' failed.
where strcspn-2.c (below) tests the
2011 Oct 27
2
[LLVMdev] How to add builder info. Need advice
Hello everybody,
I want to put some kind of instruction on how to add new slave to llvm master.
I think it should be somewhere on llvm.org, but not sure on exact place.
Any comments/suggestions will be appreciated.
Thanks
Galina
If you want to add your build configuration to the LLVM buildbot infrastructure.
1. Check the existing build configurations to make sure the one you
are
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
The document here explains pretty well how to add a buildslave to the
buildbot:
http://llvm.org/docs/HowToAddABuilder.html
However, it's not clear to me how to add a new build config. I would
like to add a buildslave that builds with -Werror so we can catch and
correct warnings early.
How should I go about adding a new build configuration? Do I edit
one of the .py files in zorg?
Thanks!
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes:
> On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote:
>> The document here explains pretty well how to add a buildslave to the
>> buildbot:
>>
>> http://llvm.org/docs/HowToAddABuilder.html
>>
>> However, it's not clear to me how to add a new build config. I would
>> like
2011 Sep 20
3
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
Hello everybody,
Just a short note that clang build "clang-native-arm-cortex-a9" is
broken and the very last successful build was for revision 139932.
All newer revisions fail.
The builder is available here:
http://172.16.0.135:8011/waterfall
Thanks
Galina
2013 Jan 15
0
[LLVMdev] Adding a Buildbot Config
On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote:
> The document here explains pretty well how to add a buildslave to the
> buildbot:
>
> http://llvm.org/docs/HowToAddABuilder.html
>
> However, it's not clear to me how to add a new build config. I would
> like to add a buildslave that builds with -Werror so we can catch and
> correct warnings
2015 May 08
2
[LLVMdev] Contributing a buildbot for the BPF backend
Hi everyone,
I am working with Alexei Starovoitov to contribute an LLVM buildbot
for the experimental BPF backend.
I am following the steps at [1] to setup a buildbot and I was mostly
successful: I was able to setup a slave and a temporary master to
check its base config.
Now I'm not sure about the next step: patching the "slaves.py" and
"builders.py" files in zorg.
* Is
2014 Aug 04
2
[LLVMdev] zorg config for libc++/libc++abi
> > Second, is there a simple way to test the builder and config before I
commit
> > it?
>
> I am afraid not.
>
But there is a ugly (and certainly not simple) way to partially test the
builder that I mentioned recently [1].
I say partially because I ended up removing all the builders apart from my
own.
@Dmitri - Has anyone considered reorganising zorg so it is easier to
2015 Jun 10
2
[LLVMdev] Contributing a buildbot for the BPF backend
Hello Marco,
Welcome aboard!
slaves.py keeps the build slaves definitions, builders.py keeps the
builders definitions. You have to have both.
The steps of adding a new slave is here:
http://llvm.org/docs/HowToAddABuilder.html. Please make sure you done the
step # 10 before bringing your slave up, otherwise it wouldn't be
authorized by the master and will be blacklisted after multiple
2015 Jun 18
2
[LLVMdev] Contributing a buildbot for the BPF backend
Thank you.
Alexei just committed the change to SVN.
Regards,
Marco Leogrande
Sent by a carbon-based life form; hence, it may contain repetitions,
inaccuracies, logical fallacies and repetitions.
On Wed, Jun 17, 2015 at 2:52 PM, Galina Kistanova <gkistanova at gmail.com> wrote:
> LGTM.
> Please commit.
>
> Thanks
>
> Galina
>
> On Tue, Jun 16, 2015 at 8:32 PM,
2013 Jan 15
0
[LLVMdev] Adding a Buildbot Config
On Tue, Jan 15, 2013 at 7:07 PM, <dag at cray.com> wrote:
> Dmitri Gribenko <gribozavr at gmail.com> writes:
>
>> On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote:
>>> The document here explains pretty well how to add a buildslave to the
>>> buildbot:
>>>
>>> http://llvm.org/docs/HowToAddABuilder.html
>>>
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes:
> On Tue, Jan 15, 2013 at 7:07 PM, <dag at cray.com> wrote:
>> Dmitri Gribenko <gribozavr at gmail.com> writes:
>>
>>> On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote:
>>>> The document here explains pretty well how to add a buildslave to the
>>>> buildbot:
2015 Jun 17
2
[LLVMdev] Contributing a buildbot for the BPF backend
Galina,
thanks again for your help.
I have cooked a new patch that should make a bit more sense.
I have added the new builder under
_get_experimental_scheduled_builders(), as the comment above that
function suggested me it would be a good idea. :)
Does it look a reasonable start?
Regards,
Marco Leogrande
Sent by a carbon-based life form; hence, it may contain repetitions,
inaccuracies,
2011 Jun 14
1
[LLVMdev] Adding Polly tester to LLVM buildbot
Hi All,
We set up a Polly buildbot tester and would like to add this to LLVM
buildbots. We want to commit the buildbot scripts to the LLVM/zorg
repository and include buildslave to buildbot.llvm.org
Can any one help us to do this?
Regards,
--
Raghesh
2015 Aug 26
2
buildbot failure in LLVM on clang-native-arm-cortex-a9
On 08/26/2015 09:46 AM, Philip Reames wrote:
> On 08/26/2015 09:41 AM, David Blaikie via llvm-dev wrote:
>>
>>
>> On Wed, Aug 26, 2015 at 9:41 AM, Renato Golin
>> <renato.golin at linaro.org <mailto:renato.golin at linaro.org>> wrote:
>>
>> On 26 August 2015 at 17:39, David Blaikie <dblaikie at gmail.com
>> <mailto:dblaikie at
2010 Sep 08
1
[LLVMdev] Adding a Buildbot Slave
How would I go about registering a machine with the LLVM buildbot
as a build slave? I now have a fairly stable linux-x86_64 machine
to add to the pool.
-Dave