Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Will remove two llvm-gcc cross builders"
2011 Apr 25
0
[LLVMdev] New clang cross builders added
Hello everyone,
Please note that we have 2 new clang cross builders now on
http://google1.osuosl.org:8011/waterfall
They build the next configurations:
--build=x86_64-apple-darwin10 --host=i686-pc-mingw32 --target=i686-pc-mingw32
--build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10
--target=i686-pc-mingw32
Here they are:
2011 May 26
1
[LLVMdev] New clang builder
Hello,
A new clang builder added to osusl buildbot:
http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9
It's pandaboard with cortex-a9 runnibg Ubuntu 11.04.
It builds Ok, but few test fail and need attention.
Please take a look and let me know if someone will need more
information or intermediate files to fix that.
Thanks
Galina
2011 Nov 19
1
[LLVMdev] [llvm-commits] [zorg] r144978 - /zorg/trunk/buildbot/osuosl/master/config/builders.py
Galina,
Looks like the build bots have frozen.
Expected?
Joe
Joe Abbey
Software Architect
Arxan Technologies, Inc.
1305 Cumberland Ave, Ste 215
West Lafayette, IN 47906
jabbey at arxan.com<mailto:jabbey at arxan.com>
www.arxan.com<http://www.arxan.com/>
On Nov 18, 2011, at 11:49 AM, Galina Kistanova wrote:
Author: gkistanova
Date: Fri Nov 18 13:49:26 2011
New Revision: 144978
2011 Sep 07
5
[LLVMdev] Llvm build master status?
Hello Daniel,
osuosl build master (google1) is moved to another place or just down?
Thanks
Galina
2011 Apr 08
2
[LLVMdev] Assuring ARM code quality in LLVM
On 2011-04-08 08:58, Duncan Sands wrote:
> Hi Renato,
>
>> I was recently investigating the build bot infrastructure and noticed
>> that the arm-linux target is failing for quite a long time. I believe
>> that it means ARM code is not executed all that often in LLVM tests,
>> is that correct?
Hi i will summarise the last sucessfull builds by the ARM builder:
2011 Sep 07
0
[LLVMdev] Llvm build master status?
On Tue, Sep 6, 2011 at 17:08, Galina Kistanova <gkistanova at gmail.com> wrote:
> Hello Daniel,
>
> osuosl build master (google1) is moved to another place or just down?
>From IRC:
[12:07pm] DannyB_: hi folks
[12:07pm] DannyB_: for security reasons, google1 and google2 (google1
is the main llvm build master)
[12:07pm] DannyB_: will be down for a few weeks
[12:08pm] DannyB_:
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 Nov 15
2
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
I filed PR 11378.
Thanks!
-
Devang
On Nov 14, 2011, at 1:27 PM, Galina Kistanova wrote:
> Hello Devang,
>
> Please find attached the preprocessed source file and the LLVM
> bitecode. Hope this will help.
>
> Thanks
>
> Galina
>
>
>
> On Mon, Nov 14, 2011 at 9:48 AM, Devang Patel <dpatel at apple.com> wrote:
>> The buildbot
>> @
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 :
>>
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 21
0
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
I have tracked it down to the real reason.
The revisions 139934-139937 has changed the order in which configure
chooses a compiler. Clang is checked first, then llvm-gcc, and then
gcc.
I can see the reason for this change.
However, in this particular case it has broken the build because
Ubuntu includes clang 2.8 which doesn't know where includes are.
I have removed clang from the host to
2011 Oct 07
2
[LLVMdev] Broken build 'clang-x86_64-darwin10-self-mingw32'
Hello everybody,
Just a short note that clang build "clang-x86_64-darwin10-self-mingw32" is
broken and the very last successful was build #465 for revision 141282.
All newer revisions fail.
The builder is available here:
http://63.145.236.72:8011/builders/clang-x86_64-darwin10-self-mingw32/builds/505
Thanks
Galina
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
2011 Oct 08
1
[LLVMdev] [cfe-commits] Broken build 'clang-x86_64-darwin10-self-mingw32'
On Fri, Oct 7, 2011 at 3:21 PM, Galina Kistanova <gkistanova at gmail.com>wrote:
> Hello everybody,
>
> Just a short note that clang build "clang-x86_64-darwin10-self-mingw32" is
> broken and the very last successful was build #465 for revision 141282.
> All newer revisions fail.
>
> The builder is available here:
>
>
2011 Nov 14
0
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
Hello Devang,
Please find attached the preprocessed source file and the LLVM
bitecode. Hope this will help.
Thanks
Galina
On Mon, Nov 14, 2011 at 9:48 AM, Devang Patel <dpatel at apple.com> wrote:
> The buildbot
> @ http://lab.llvm.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/850
> is failing with following assertion failure. Is it possible for
2011 Nov 15
0
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
Devang,
I believe this has been fixed with llvm r144547. See: <rdar://problem/10441389>.
Chad
On Nov 14, 2011, at 4:39 PM, Devang Patel wrote:
> I filed PR 11378.
> Thanks!
> -
> Devang
>
> On Nov 14, 2011, at 1:27 PM, Galina Kistanova wrote:
>
>> Hello Devang,
>>
>> Please find attached the preprocessed source file and the LLVM
>>
2011 Oct 27
0
[LLVMdev] How to add builder info. Need advice
Put it in the llvm/docs directory and link to the main documentation page? Maybe add a link the main buildbot page too.
-Tanya
On Oct 26, 2011, at 5:54 PM, Galina Kistanova wrote:
> 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
2011 Oct 10
0
[LLVMdev] New buildmaster is up and running
Hi Galina,
> LLVM buildmaster is up and running as lab.llvm.org:8011.
...
> Buildslave owners, please contact me directly with your new passwords
> and I'll update the master as soon as I can.
should build slaves now use the osuosl configuration? For example
osuosl/Config.py has
def getBuildmasterHost():
return 'google1.osuosl.org'
which is surely wrong now. On
2009 Jul 21
2
[LLVMdev] BuildBot Upgrade
Hi all,
Our buildbot at:
http://google1.osuosl.org:8011/
has been upgraded (it is also now linked from the front page). It has
a number of handy new features:
1. I imported the 'console' view used by Chromium into our version of
buildbot. You can see it here:
http://google1.osuosl.org:8011/console
This is experimental, but it seems to work well and once you learn to
read it it is
2011 Oct 10
4
[LLVMdev] New buildmaster is up and running
Hello everyone,
LLVM buildmaster is up and running as lab.llvm.org:8011.
Daniel Berlin is working on getting the current buildslave passwords
from the old buildmaster, but this may not be possible.
I'd suggest changing buildslave passwords anyway, just in case.
Buildslave owners, please contact me directly with your new passwords
and I'll update the master as soon as I can.
Thanks