Re: [lldb-dev] Release_38 cherry-picks

2016-06-07 Thread Daniel Sanders via lldb-dev
Hi, You should get approval from the release manager (Tom Stellard) first. > -Original Message- > From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Francis > Ricci via lldb-dev > Sent: 07 June 2016 00:23 > To: LLDB > Subject: [lldb-dev] Release_38 cherry-picks > > Hi a

Re: [lldb-dev] [llvm-dev] [Attn: Bot Owners!] Raising CMake minimum version to 3.4.3

2016-05-26 Thread Daniel Sanders via lldb-dev
All the MIPS buildbots are ready too. From: llvm-dev [mailto:llvm-dev-boun...@lists.llvm.org] On Behalf Of NAKAMURA Takumi via llvm-dev Sent: 25 May 2016 23:03 To: Chris Bieneman; llvm-...@lists.llvm.org; cfe-...@lists.llvm.org; lldb-dev@lists.llvm.org Subject: Re: [llvm-dev] [Attn: Bot Owners!]

Re: [lldb-dev] [Release-testers] [3.8 Release] 'final' has been tagged

2016-03-07 Thread Daniel Sanders via lldb-dev
> -Original Message- > From: Daniel Sanders > Sent: 06 March 2016 16:57 > To: Hans Wennborg; Release-testers > Cc: llvm-dev; cfe-dev; openmp-dev (openmp-...@lists.llvm.org); LLDB Dev > Subject: RE: [Release-testers] [3.8 Release] 'final' has been tagged > > Uploaded the following: > 3d6cb2

Re: [lldb-dev] [Release-testers] [3.8 Release] 'final' has been tagged

2016-03-06 Thread Daniel Sanders via lldb-dev
Uploaded the following: 3d6cb2afdf6d984a087a60188bb41bbe3a8261bb clang+llvm-3.8.0-mipsel-linux-gnu.tar.xz b4b3ef9231e8a686901f4078f3fe5534900f2a54 clang+llvm-3.8.0-mips-linux-gnu.tar.xz 95fd207d3aa3be42b27aa93d9c5c00f18508800f clang+llvm-3.8.0-x86_64-linux-gnu-debian8.tar.xz The cross-compila

Re: [lldb-dev] [Release-testers] [3.8 Release] RC3 has been tagged

2016-03-03 Thread Daniel Sanders via lldb-dev
> -Original Message- > From: Daniel Sanders > Sent: 02 March 2016 21:01 > To: Hans Wennborg > Cc: release-test...@lists.llvm.org; llvm-dev; cfe-dev; openmp-dev (openmp- > d...@lists.llvm.org); LLDB Dev > Subject: RE: [Release-testers] [3.8 Release] RC3 has been tagged > > > > > clang+llvm-

Re: [lldb-dev] [Release-testers] [3.8 Release] RC3 has been tagged

2016-03-02 Thread Daniel Sanders via lldb-dev
> > > > clang+llvm-3.8.0-rc3-mipsel-linux-gnu.tar.xz > > > > My machine died during the check-all stage and disappeared from > > > > the > > > network. I've fixed it and am currently running the last few bits of test- > > > release.sh manually. > > > > > > Thanks, let me know how this turn

Re: [lldb-dev] [Release-testers] [3.8 Release] RC3 has been tagged

2016-03-02 Thread Daniel Sanders via lldb-dev
> > > clang+llvm-3.8.0-rc3-mipsel-linux-gnu.tar.xz > > > My machine died during the check-all stage and disappeared from > > > the > > network. I've fixed it and am currently running the last few bits of test- > > release.sh manually. > > > > Thanks, let me know how this turns out. > > > >

Re: [lldb-dev] [Release-testers] [3.8 Release] RC3 has been tagged

2016-03-01 Thread Daniel Sanders via lldb-dev
> > clang+llvm-3.8.0-rc3-mipsel-linux-gnu.tar.xz > > My machine died during the check-all stage and disappeared from the > network. I've fixed it and am currently running the last few bits of test- > release.sh manually. > > Thanks, let me know how this turns out. > > So far, it sounds li

Re: [lldb-dev] [Release-testers] [3.8 Release] RC3 has been tagged

2016-02-29 Thread Daniel Sanders via lldb-dev
clang+llvm-3.8.0-rc3-x86_64-linux-gnu-debian8.tar.xz (sha1sum: 2dedc6136d7cfbac8348652c543887964d92393c) Native: All ok Cross compiling to MIPS: All ok clang+llvm-3.8.0-rc3-mips-linux-gnu.tar.xz (sha1sum: f286149dbb2ea7e194c5c3719b6cded476f6e65f) All ok (aside from non-re

Re: [lldb-dev] [3.8 Release] Release status

2016-02-19 Thread Daniel Sanders via lldb-dev
I've changed the lit arguments to '-v' on my old 3.7.1 build and re-run check-all. I can confirm that these failures aren't regressions since LLVM 3.7.1 did not actually run any libc++ tests. Looking through the generated makefiles it seems that check-libcxx wasn't part of check-all. ___

Re: [lldb-dev] [3.8 Release] Release status

2016-02-19 Thread Daniel Sanders via lldb-dev
Hi Hans, I think PR26369 should be on the list but we could potentially make do without it (see below). Without it we get 23 failures on libcxx tests caused by failing to link the tests with libatomic but libcxx itself is fine. One thing that's unclear is whether these failures are really regre

Re: [lldb-dev] [3.8 Release] RC2 has been tagged

2016-02-10 Thread Daniel Sanders via lldb-dev
Here's a quick update > clang+llvm-3.8.0-rc2-x86_64-linux-gnu-debian8.tar.xz (sha1sum: > 2b546efa5bab19d6711771ef31711d07b4a3f23f) > Native: > All ok > Cross compiling to various MIPS targets: > 16 out of 23 configs passed > 1 out of the remaini

Re: [lldb-dev] [3.8 Release] RC2 has been tagged

2016-02-05 Thread Daniel Sanders via lldb-dev
Here's the status for my builds so far. clang+llvm-3.8.0-rc2-x86_64-linux-gnu-debian8.tar.xz (sha1sum: 2b546efa5bab19d6711771ef31711d07b4a3f23f) Native: All ok Cross compiling to various MIPS targets: 16 out of 23 configs passed 1 ou

Re: [lldb-dev] [llvm-dev] [cfe-dev] [3.8 Release] RC1 has been tagged

2016-01-28 Thread Daniel Sanders via lldb-dev
I've been putting together a patch to bring that back and I've just posted it as http://reviews.llvm.org/D16679. From: Nikola Smiljanic [mailto:popiz...@gmail.com] Sent: 28 January 2016 02:00 To: Daniel Sanders Cc: James Molloy; Ismail Donmez; Ben Pope; cfe-dev; openmp-dev (openmp-...@lists.llvm

Re: [lldb-dev] [llvm-dev] [cfe-dev] [3.8 Release] RC1 has been tagged

2016-01-27 Thread Daniel Sanders via lldb-dev
> Have you accidentally checked out the test-suite into /projects? if it's > there it will auto-configure We fixed it for rc1 but test-release.sh used to put the test-suite there. From: llvm-dev [mailto:llvm-dev-boun...@lists.llvm.org] On Behalf Of James Molloy via llvm-dev Sent: 26 January 201

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-25 Thread Daniel Sanders via lldb-dev
I have some proper rc1 results now. clang+llvm-3.8.0-rc1-mips-linux-gnu.tar.xz test-release.sh refused to run 'make check-all' because libcxx_tsan failed to configure. This is because the thread sanitizer is not supported on MIPS32. After working around this (patch will follow sh

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-21 Thread Daniel Sanders via lldb-dev
I still haven't built rc1 yet but I've found the cause of most (if not all) of the libc++ failures. This system does not have the en_US.UTF-8 locale. I'm currently putting a patch together to add appropriate REQUIRES lines to tests that require en_US.UTF-8. Once I've done that and committed it,

Re: [lldb-dev] [llvm-dev] [cfe-dev] [3.8 Release] We have branched

2016-01-20 Thread Daniel Sanders via lldb-dev
Sorry for not replying back on this thread. We moved offices over the weekend and I've been busy sorting various things out. I'm currently building rc1 but my most recent build on the release branch had some regressions. I mentioned them on the rc1 thread but to summarize here: * X86 failed ~20

Re: [lldb-dev] [3.8 Release] RC1 has been tagged

2016-01-20 Thread Daniel Sanders via lldb-dev
This isn't rc1 but the tip of the release branch had some X86 test failures on my most recent build: Failing Tests (24): libc++ :: std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp libc++ :: std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cp

Re: [lldb-dev] [cfe-dev] [3.8 Release] We have branched

2016-01-15 Thread Daniel Sanders via lldb-dev
> -Original Message- > From: hwennb...@google.com [mailto:hwennb...@google.com] On Behalf > Of Hans Wennborg > Sent: 15 January 2016 15:52 > To: Daniel Sanders > Cc: llvm-dev; lldb-dev@lists.llvm.org; openmp-...@lists.llvm.org; cfe- > d...@lists.llvm.org > Subject: Re: [cfe-dev] [3.8 Releas

Re: [lldb-dev] [cfe-dev] [3.8 Release] We have branched

2016-01-15 Thread Daniel Sanders via lldb-dev
Hi Hans, I tried the release branch last night and I'm having problems building it. The problem is that test-suite is now building as part of the Phase[123] builds (because this project contains CMakeLists.txt's now) but cmake 3.0.2 (from Debian Jessie) generates an invalid Makefile. The error

Re: [lldb-dev] [3.8 Release] Schedule and call for testers

2015-12-14 Thread Daniel Sanders via lldb-dev
Sounds good to me. I'll do the usual mips packages. > -Original Message- > From: hwennb...@google.com [mailto:hwennb...@google.com] On Behalf > Of Hans Wennborg > Sent: 11 December 2015 23:15 > To: llvm-dev; cfe-dev; lldb-dev@lists.llvm.org; openmp-...@lists.llvm.org > Cc: Dimitry Andric;

Re: [lldb-dev] [cfe-dev] [3.7 Release] 3.7.0-final has been tagged

2015-09-01 Thread Daniel Sanders via lldb-dev
The last one has finished and it was ok too. From: hwennb...@google.com [hwennb...@google.com] on behalf of Hans Wennborg [h...@chromium.org] Sent: 01 September 2015 18:43 To: Daniel Sanders Cc: llvm-dev; cfe-...@lists.llvm.org; lldb-dev@lists.llvm.org; op

Re: [lldb-dev] [cfe-dev] [3.7 Release] 3.7.0-final has been tagged

2015-09-01 Thread Daniel Sanders via lldb-dev
clang+llvm-3.7.0-mips-linux-gnu.tar.xz All ok clang+llvm-3.7.0-mipsel-linux-gnu.tar.xz All ok clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz (cross compiling to Mips) 22 of 23 test suite runs ok. The 23rd is still running and is ok so far. __

Re: [lldb-dev] [llvm-dev] [3.7 Release] RC4 has been tagged

2015-08-27 Thread Daniel Sanders via lldb-dev
> -Original Message- > From: hwennb...@google.com [mailto:hwennb...@google.com] On Behalf > Of Hans Wennborg > Sent: 27 August 2015 15:51 > To: Daniel Sanders > Cc: cfe-...@lists.llvm.org; lldb-dev@lists.llvm.org; openmp- > d...@lists.llvm.org; Dimitry Andric; Nikola Smiljanić; Sylvestre Le

Re: [lldb-dev] [llvm-dev] [3.7 Release] RC4 has been tagged

2015-08-27 Thread Daniel Sanders via lldb-dev
> Please build and test. If no new issues arise, I plan to tag this as > 'final' tomorrow or Friday so we can ship the release next week. I'm afraid I can't build and test that quickly with the equipment I have at the moment. The little endian build is running on machine that was designed to be a

Re: [lldb-dev] [llvm-dev] [3.7 Release] RC3 has been tagged, let's wrap this up

2015-08-25 Thread Daniel Sanders via lldb-dev
clang+llvm-3.7.0-rc3-mips-linux-gnu.tar.xz All ok. clang+llvm-3.7.0-rc3-mipsel-linux-gnu.tar.xz All ok. clang+llvm-3.7.0-rc3-x86_64-linux-gnu-ubuntu-14.04.tar.xz (cross compiling for Mips) Still running the last few test-suite runs but no unexpected problems so f