search for: mipsswbrd002

Displaying 8 results from an estimated 8 matches for "mipsswbrd002".

2014 Mar 27
2
[LLVMdev] using just llvm/clang for building mips llvm
Geting a seg fault. Have not investigted the cause. rkotler at mipsswbrd002:~/richard$ tar vfxz ~/Downloads/ellcc-mips-linux-2014-Mar-24-07-32-26.tgz rkotler at mipsswbrd002:~/richard/ellcc/bin$ gdb ./ecc GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This i...
2014 Apr 04
2
[LLVMdev] successful full recurse of mips32
...curse1 and create a new recurse directory. in recurse I copy clang2 from recurse1 to a recurse but name it clang1. then i build recurse2 again in directory recurse on the mips host (this time it was built with the second generation clang/llvm). then use find to diff all the .o files rkotler at mipsswbrd002:~/slave/recurse2be/build$ find . -name "*.o" -exec cmp '{}' /home/rkotler/slave1/recurse2be/build/'{}' \; |& tee foo.txt ./lib/Support/Release+Asserts/CommandLine.o /home/rkotler/slave1/recurse2be/build/./lib/Support/Release+Asserts/CommandLine.o differ: char 59791...
2014 Mar 27
5
[LLVMdev] using just llvm/clang for building mips llvm
In case anyone is interested.... We don't need to compile llvm/clang using gcc anymore for the building of mips hosted llvm compilers. We build a linux mips hosted compiler starting with llvm/clang on x86 linux using the normal configure scripts and then can use that resulting compiler to build further llvm/clang native compilers on the mips linux host. The cross compiler and native
2014 Mar 12
3
[LLVMdev] dot release for 3.4
We are starting to move to using llvm/clang x86 as the starting point for mips native compilers. It's important to make sure that gcc cross compilers can do this too but sometimes there are issues there; especially now as c++11 is moving into the foreground. We are working to also make sure this works. As 3.5 llvm is probably around the corner; our use of clang/llvm for this starting
2015 Oct 01
2
Fwd: buildbot failure in LLVM on llvm-mips-linux
...tateright.com> Cc: gkistanova at gmail.com The Buildbot has detected a new failure on builder llvm-mips-linux while building llvm. Full details are available at: http://lab.llvm.org:8011/builders/llvm-mips-linux/builds/14754 Buildbot URL: http://lab.llvm.org:8011/ Buildslave for this Build: mipsswbrd002 Build Reason: scheduler Build Source Stamp: [branch trunk] 248976 Blamelist: ab,davide,dblaikie,dehao,eugenis,hfinkel,kcc,mcrosier,mzolotukhin,rnk,spatel BUILD FAILED: failed test-llvm sincerely, -The Buildbot -------------- next part -------------- An HTML attachment was scrubbed... URL: <h...
2014 Apr 03
5
[LLVMdev] comparing .o files from different build trees
I'm trying to write a script for checking whether the compiler recursed properly. rkotler at mipsswbrd002:~/slave/recurse3be/build$ find . -name "*.o" -exec cmp '{}' ../../recurse2be/build/'{}' \; |& tee foo.txt Is anyone else doing this? There 2 compilers, recurse 2 and recurse3 that in principle should be identical. Obviously if there is date and time information,...
2015 Oct 01
2
Fwd: buildbot failure in LLVM on llvm-mips-linux
...ail.com<mailto:gkistanova at gmail.com> The Buildbot has detected a new failure on builder llvm-mips-linux while building llvm. Full details are available at: http://lab.llvm.org:8011/builders/llvm-mips-linux/builds/14754 Buildbot URL: http://lab.llvm.org:8011/ Buildslave for this Build: mipsswbrd002 Build Reason: scheduler Build Source Stamp: [branch trunk] 248976 Blamelist: ab,davide,dblaikie,dehao,eugenis,hfinkel,kcc,mcrosier,mzolotukhin,rnk,spatel BUILD FAILED: failed test-llvm sincerely, -The Buildbot -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2013 Jan 15
1
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes: >> Right, I get that. Actually I would probably use --enable-werror. >> >> Should I create a patch for builders.py to add a new config? > > Yes. Send it to llvm-commits and CC Galina Kistanova. Ok, cool. Thanks! >> Is there a way to map a config so that it only even builds on a certain >> buildslave?