Re: [lldb-dev] [10.0.0 Release] Release Candidate 3 is here

2020-03-05 Thread Hans Wennborg via lldb-dev
On Wed, Mar 4, 2020 at 2:49 PM Hans Wennborg wrote: > > Hello everyone, > > It took a bit longer than planned, but Release Candidate 3 is now > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > 3a843031a5 and contains 95 commits since the previous release > candidate. > > If no

Re: [lldb-dev] [llvm-dev] [10.0.0 Release] Release Candidate 3 is here

2020-03-05 Thread Hans Wennborg via lldb-dev
Thanks! Added. On Thu, Mar 5, 2020 at 3:15 PM Brian Cain wrote: > > Uploaded Ubuntu 18.04 binaries: > 7ebc00479d05772e56c34c1b0f40295af2dd4a6b165d9107946ff2cdb7c219ac > clang+llvm-10.0.0-rc3-x86_64-linux-gnu-ubuntu-18.04.tar.xz > > On Wed, Mar 4, 2020 at 7:49 AM Hans Wennborg via llvm-dev > w

Re: [lldb-dev] [llvm-dev] [10.0.0 Release] Release Candidate 3 is here

2020-03-06 Thread Hans Wennborg via lldb-dev
On Thu, Mar 5, 2020 at 4:20 PM Rainer Orth wrote: > > Hi Hans, > > > It took a bit longer than planned, but Release Candidate 3 is now > > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > > 3a843031a5 and contains 95 commits since the previous release > > candidate. > > > > If

[lldb-dev] [10.0.0 Release] Release Candidate 4 is here

2020-03-13 Thread Hans Wennborg via lldb-dev
Hello everyone, Release Candidate 4 was tagged earlier today as llvmorg-10.0.0-rc4 on the release branch at b406eab8880. It contains 12 commits since the previous release candidate. If no new problems arise, this is what the final release will look like. Source code and docs are available at htt

Re: [lldb-dev] [10.0.0 Release] Release Candidate 4 is here

2020-03-16 Thread Hans Wennborg via lldb-dev
On Fri, Mar 13, 2020 at 8:09 PM Hans Wennborg wrote: > > Hello everyone, > > Release Candidate 4 was tagged earlier today as llvmorg-10.0.0-rc4 on > the release branch at b406eab8880. It contains 12 commits since the > previous release candidate. > > If no new problems arise, this is what the fina

[lldb-dev] [10.0.0 Release] Release Candidate 5 is here

2020-03-19 Thread Hans Wennborg via lldb-dev
Hello again, I had hoped that rc4 would be the last one, but I wanted to pick up one more fix, so here we go. Release Candidate 5 was just tagged as llvmorg-10.0.0-rc5 on the release branch at 35627038123. Source code and docs are available at https://prereleases.llvm.org/10.0.0/#rc5 and https:/

Re: [lldb-dev] [10.0.0 Release] Release Candidate 5 is here

2020-03-19 Thread Hans Wennborg via lldb-dev
On Thu, Mar 19, 2020 at 2:51 PM Hans Wennborg wrote: > > Hello again, > > I had hoped that rc4 would be the last one, but I wanted to pick up > one more fix, so here we go. I should have included this in the previous mail: the fix was for https://llvm.org/PR45206 and I also picked up the fix for

Re: [lldb-dev] [cfe-dev] [10.0.0 Release] Release Candidate 5 is here

2020-03-23 Thread Hans Wennborg via lldb-dev
I think it's too late for this, but distributions that install the tool like that may want to take that patch downstream. On Mon, Mar 23, 2020 at 9:55 AM James Henderson wrote: > > Hi Hans, > > I don't know if you'll be planning on RC6, but this bug: > https://bugs.llvm.org/show_bug.cgi?id=45271

[lldb-dev] [10.0.0 Release] Release Candidate 6 is here

2020-03-23 Thread Hans Wennborg via lldb-dev
Dear everyone, I had hoped rc5 would be the last one, but we needed to pick up yet another fix. Release candidate 6 was tagged as llvmorg-10.0.0-rc6 on the release/10.x branch at d32170dbd5b. It picks up the fix for https://llvm.org/pr45270 Source code and docs are available at https://prereleas

[lldb-dev] LLVM 10.0.0 Release

2020-03-24 Thread Hans Wennborg via lldb-dev
I am pleased to announce that LLVM 10 is now available. Get it here: https://llvm.org/releases/download.html#10.0.0 This release is the result of the LLVM community's work over the past six months (up to to e26a78e7085 on master plus commits up to d32170dbd5b on the release/10.x branch). Some hi

Re: [lldb-dev] [Release-testers] 10.0.1-rc1 release has been tagged

2020-05-20 Thread Hans Wennborg via lldb-dev
On Wed, May 20, 2020 at 3:23 AM Tom Stellard via Release-testers wrote: > > Hi, > > I have just tagged the 10.0.1-rc1 release. Testers can begin testing and > uploading > binaries. > > If you still want to get a fix into the 10.0.1 release, you still have about > a month > to get your fix in.

Re: [lldb-dev] [Openmp-dev] RFC: Release process changes

2020-05-25 Thread Hans Wennborg via lldb-dev
On Thu, May 21, 2020 at 8:59 PM Tom Stellard via Openmp-dev wrote: > > Hi, > > I would like to propose a few changes to the LLVM release process. The > current process is documented here: > https://llvm.org/docs/HowToReleaseLLVM.html > > There are two parts to this proposal. The first is a lis

Re: [lldb-dev] [Openmp-dev] RFC: Release qualification criteria

2020-05-25 Thread Hans Wennborg via lldb-dev
On Thu, May 21, 2020 at 8:59 PM Tom Stellard via Openmp-dev wrote: > > Hi, > > I'm splitting this discussion off of my RFC for release process > changes. > > We currently have no official release qualification criteria. In > other words, we don't have any blocking tests that need to pass in > ord

Re: [lldb-dev] [Openmp-dev] RFC: Release process changes

2020-05-27 Thread Hans Wennborg via lldb-dev
That all makes sense to me. The new process sgtm. On Wed, May 27, 2020 at 5:20 AM Tom Stellard wrote: > > On 05/25/2020 05:48 AM, Hans Wennborg wrote: > > On Thu, May 21, 2020 at 8:59 PM Tom Stellard via Openmp-dev > > wrote: > >> > >> Hi, > >> > >> I would like to propose a few changes to the L

[lldb-dev] [11.0.0 Release] Release schedule

2020-06-10 Thread Hans Wennborg via lldb-dev
Hello everyone, Some folks have already asked for a rough schedule for LLVM 11, so I think it's time to send this. My proposal is to essentially follow the same procedure as last time, which would mean: - 15 July 2020: Create the release branch. RC1 ships soon after. - 31 July 2020: RC2 - 26 A

Re: [lldb-dev] [11.0.0 Release] Release schedule

2020-06-17 Thread Hans Wennborg via lldb-dev
On Wed, Jun 10, 2020 at 8:32 PM Hans Wennborg wrote: > > Hello everyone, > > Some folks have already asked for a rough schedule for LLVM 11, so I > think it's time to send this. > > My proposal is to essentially follow the same procedure as last time, > which would mean: > > - 15 July 2020: Create

Re: [lldb-dev] [llvm-dev] 10.0.1-rc2 release has been tagged

2020-06-29 Thread Hans Wennborg via lldb-dev
On Sat, Jun 27, 2020 at 2:44 AM Tom Stellard via llvm-dev wrote: > > Hi, > > I've tagged the 10.0.1-rc2 release, please test the release and report any > issues. Windows is ready: $ sha1sum LLVM-10.0.1-rc2*.exe 79dd8f3e9e509709aaf3ab0226f1f84ad8d265e1 LLVM-10.0.1-rc2-win32.exe 4b7a4ccab4b6fef1

[lldb-dev] [11.0.0 Release] One week to the branch

2020-07-09 Thread Hans Wennborg via lldb-dev
Hello everyone, This is a short reminder that the upcoming release branch is scheduled for next week: Wednesday, 15 July. (See schedule to the right on https://llvm.org) When the branch is created, the trunk version will be bumped to 12.0.0. Please try to avoid major disruptions to the tree arou

[lldb-dev] [11.0.0 Release] The release branch is here; trunk is now 12.0.0

2020-07-15 Thread Hans Wennborg via lldb-dev
Hello everyone, The release branch for LLVM 11 was created from the trunk at 2e10b7a39b930ef8d9c4362509d8835b221fbc0a, and the trunk version was bumped to 12.0.0. Release blockers are tracked by https://llvm.org/PR46725 Please mark any bugs, old or new, that need to be fixed before the release as

Re: [lldb-dev] [llvm-dev] [11.0.0 Release] The release branch is here; trunk is now 12.0.0

2020-07-16 Thread Hans Wennborg via lldb-dev
Sounds good to me. On Wed, Jul 15, 2020 at 8:25 PM Louis Dionne wrote: > > Thanks for tagging, Hans. Can I go ahead with the CMake version bump > advertised in http://lists.llvm.org/pipermail/llvm-dev/2020-June/142893.html? > > This may cause some instability on a few builders that have not upgr

Re: [lldb-dev] [Release-testers] LLVM 10.0.1-final has been tagged

2020-07-22 Thread Hans Wennborg via lldb-dev
Windows is ready: $ sha256sum LLVM-10.0.1-win*.exe 5d92025d246615b92b3fcf5661ebd2866f5668c065456066f2622933ca741b64 LLVM-10.0.1-win32.exe 126885205403490754a2555659ae52d792eedc8bb2091c09a952eac8642feb80 LLVM-10.0.1-win64.exe It was built with the attached batch file. On Tue, Jul 21, 2020 at 7:25

[lldb-dev] [11.0.0 Release] Release Candidate 1 is here

2020-07-28 Thread Hans Wennborg via lldb-dev
Hello everyone, We're a little bit behind schedule, but RC1 is now here. It was tagged earlier today as llvmorg-11.0.0-rc1. Source code and docs are available at https://prereleases.llvm.org/11.0.0/#rc1 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc1 Pre-built binaries w

[lldb-dev] [11.0.0 Release] Release Candidate 2 is here

2020-08-20 Thread Hans Wennborg via lldb-dev
Hello everyone, The llvmorg-11.0.0-rc2 tag was just created. Source code and docs are available at https://prereleases.llvm.org/11.0.0/#rc2 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc2 Pre-built binaries will be added as they become ready. Please file bug reports for

[lldb-dev] [11.0.0 Release] Please help writing release notes!

2020-08-25 Thread Hans Wennborg via lldb-dev
Hello everyone, With the release drawing near, it would be great to get the release notes into better shape. You can see the notes from rc2 online here: https://prereleases.llvm.org/11.0.0/#rc2 The release notes are typically the first thing people look at after the release, so it's a great oppo

[lldb-dev] [11.0.0 Release] Release status

2020-09-09 Thread Hans Wennborg via lldb-dev
Hello everyone, As those following along have noticed, the release is late. There are currently six blocking bugs at https://bugs.llvm.org/show_bug.cgi?id=46725 I'm trying to nudge those along as best as I can, but any help would be very welcome. Once those issues are resolved, the plan is to t

[lldb-dev] [11.0.0 Release] Release Candidate 3 is here

2020-09-22 Thread Hans Wennborg via lldb-dev
Hello everyone, After some delay, the llvmorg-11.0.0-rc3 tag was just created. Source code and docs are available at https://prereleases.llvm.org/11.0.0/#rc3 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc3 Pre-built binaries will be added as they become ready. Please fi

[lldb-dev] [11.0.0 Release] Release Candidate 4 is here

2020-09-28 Thread Hans Wennborg via lldb-dev
Hello everyone, A little less than a week after rc3, the llvmorg-11.0.0-rc4 tag was just created. Source code and docs are available at https://prereleases.llvm.org/11.0.0/#rc4 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc4 Pre-built binaries will be added as they becom

[lldb-dev] [11.0.0 Release] Release Candidate 5 is here

2020-09-30 Thread Hans Wennborg via lldb-dev
Hello again, We had to pick up another bug fix, so here is another release candidate: llvmorg-11.0.0-rc5 tag was just created. Source code and docs are available at https://prereleases.llvm.org/11.0.0/#rc5 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc5 Pre-built binarie

[lldb-dev] [11.0.0 Release] Release Candidate 6 is here

2020-10-07 Thread Hans Wennborg via lldb-dev
Hello once again, A few more issues appeared, so here is yet another release candidate: llvmorg-11.0.0-rc6 was just tagged. Source code and docs are available at https://prereleases.llvm.org/11.0.0/#rc6 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc6 Pre-built binaries w

[lldb-dev] LLVM 11.0.0 Release

2020-10-12 Thread Hans Wennborg via lldb-dev
I am pleased to announce that LLVM 11 is now finally available. Get it here: https://releases.llvm.org/download.html#11.0.0 This release is the result of the LLVM community's efforts over the past six months (up to 2e10b7a3 on trunk plus commits up to 176249bd on the release/11.x branch). One hi

[lldb-dev] Release Manager Transition

2020-10-21 Thread Hans Wennborg via lldb-dev
After almost six years and twelve major releases (3.6 through 11), I have decided to step down as release manager. While I have enjoyed the process a lot, especially working with so many people in the community, it has taken a lot of time which I now want to use for other work. Tom Stellard, who

Re: [lldb-dev] [Openmp-dev] LLVM 11.0.1-rc1 has been tagged

2020-11-26 Thread Hans Wennborg via lldb-dev
On Thu, Nov 26, 2020 at 8:21 AM Tom Stellard via Openmp-dev wrote: > > Hi, > > I've tagged LLVM 11.0.1-rc1. Testers may begin testing and uploading > binaries. If you still have bugs you want fixed in LLVM 11.0.1, you > have until Dec. 8 to request backports. You can make these requests by > fi

Re: [lldb-dev] [llvm-dev] Renaming The Default Branch

2020-12-07 Thread Hans Wennborg via lldb-dev
Nice! One issue that I noticed is that it seems all commit emails now go to the llvm-branch-commits mailing list. For example, http://lists.llvm.org/pipermail/llvm-branch-commits/2020-December/015623.html was pushed to 'main', but still went to this list which is supposed to be for commits to rele

Re: [lldb-dev] [llvm-dev] LLVM 11.0.1-rc2 has been tagged

2020-12-19 Thread Hans Wennborg via lldb-dev
Windows is ready: $ sha256sum LLVM-11.0.1-rc2*.exe af041a8cea522c57d8c89791c33c82986830b3db41e6c787cc811e795eec73d0 LLVM-11.0.1-rc2-win32.exe 5cd6c5ebaba1721150feba2917d23ff4653d0b63ea8eecd0885154e2f1bb9ca5 LLVM-11.0.1-rc2-win64.exe On Sat, Dec 19, 2020 at 7:33 AM Tom Stellard via llvm-dev wrote

Re: [lldb-dev] [Openmp-dev] RFC: Upcoming release schedules and creating a formal schedule for future releases

2021-01-06 Thread Hans Wennborg via lldb-dev
This sounds good to me (maybe spell out roughly what date 2.0.0-rc1 would be to make it easier to get an overview). Thanks, Hans On Tue, Jan 5, 2021 at 5:33 AM Tom Stellard via Openmp-dev wrote: > > Hi, > > I want to give an update on the status of the LLVM 11 and LLVM 12 > releases. 11.0.1-fin

Re: [lldb-dev] LLVM 11.0.1-final has been tagged

2021-01-06 Thread Hans Wennborg via lldb-dev
Windows is ready: $ sha256sum LLVM-11.0.1-win*.exe 76886461d2638ed16625a5e2dee35eae2202814fa9f9d99bd983f12d50f581ae LLVM-11.0.1-win32.exe d17bd0e556115c30ff45e30a3f9a623af89ad6a345a5df3ac47aa8b9eabab9a7 LLVM-11.0.1-win64.exe Built with the attached batch file. On Wed, Jan 6, 2021 at 4:21 AM Tom

Re: [lldb-dev] [Release-testers] LLVM 11.1.0-rc1 has been tagged

2021-01-14 Thread Hans Wennborg via lldb-dev
On Thu, Jan 14, 2021 at 2:46 AM Tom Stellard via Release-testers wrote: > > Hi, > > LLVM 11.1.0-rc1 has been tagged. This is a special release with a > libclang.so ABI fix to ensure libclang.so remains compatible with LLVM > 10 and LLVM 12. Testers may begin testing and upload binaries. Windows

Re: [lldb-dev] 12.0.0-rc1 Release has been tagged

2021-01-29 Thread Hans Wennborg via lldb-dev
On Thu, Jan 28, 2021 at 5:05 AM Tom Stellard via lldb-dev wrote: > > Hi, > > I've tagged the 12.0.0-rc1 release. Testers can begin testing and upload > binaries. Windows is ready: $ sha256sum LLVM-12*.exe 599b7a1dc3a1c11977320c5146600820f3280a8d78b666d9dee99f2454f6c00a LLVM-12.0.0-rc1-win32.ex

Re: [lldb-dev] [cfe-dev] LLVM 11.1.0-rc3 has been tagged

2021-02-09 Thread Hans Wennborg via lldb-dev
On Mon, Feb 8, 2021 at 6:15 PM Tom Stellard via cfe-dev wrote: > > Hi, > > I've tagged LLVM 11.1.0-rc3. If there are no issues, then I'll be tagging > the final release in 1 week. Testers please test and upload binaries. Windows is ready: $ sha256sum LLVM-11.1.0-rc3*.exe 3f47b610fb629a4135ff16

Re: [lldb-dev] [cfe-dev] LLVM 11.1.0-final has been tagged.

2021-02-18 Thread Hans Wennborg via lldb-dev
Windows is ready: $ sha256sum LLVM-11.0.1-win*.exe 76886461d2638ed16625a5e2dee35eae2202814fa9f9d99bd983f12d50f581ae LLVM-11.0.1-win32.exe d17bd0e556115c30ff45e30a3f9a623af89ad6a345a5df3ac47aa8b9eabab9a7 LLVM-11.0.1-win64.exe On Thu, Feb 18, 2021 at 5:06 AM Tom Stellard via cfe-dev wrote: > > Hi

Re: [lldb-dev] [Openmp-dev] LLVM 12.0.0-rc2 has been tagged

2021-02-25 Thread Hans Wennborg via lldb-dev
On Wed, Feb 24, 2021 at 5:45 AM Tom Stellard via Openmp-dev wrote: > > Hi, > > LLVM 12.0.0-rc2 has been tagged. Please test and report any issues in > bugzilla. Windows is ready. This time, the openmp runtime is included again (it didn't build for RC1). I had to work around https://bugs.llvm.o

Re: [lldb-dev] [cfe-dev] LLVM 11.1.0-final has been tagged.

2021-02-26 Thread Hans Wennborg via lldb-dev
On Fri, Feb 26, 2021 at 2:57 AM Tom Stellard wrote: > > On 2/18/21 1:18 AM, Hans Wennborg wrote: > > Windows is ready: > > > > $ sha256sum LLVM-11.0.1-win*.exe > > 76886461d2638ed16625a5e2dee35eae2202814fa9f9d99bd983f12d50f581ae > > LLVM-11.0.1-win32.exe > > d17bd0e556115c30ff45e30a3f9a623af89ad6a

Re: [lldb-dev] LLVM 12.0.0-rc3 has been tagged

2021-03-11 Thread Hans Wennborg via lldb-dev
On Wed, Mar 10, 2021 at 4:11 PM Tom Stellard via lldb-dev wrote: > > Hi, > > I've tagged LLVM 12.0.0-rc3. Testers may begin testing and uploading > binaries. > If all goes well, this will be the last RC. Windows is ready: $ sha256sum LLVM-12.0.0-rc3*.exe 14f6648ca76817b9878a38c844aad646f3708f5

Re: [lldb-dev] [cfe-dev] [Release-testers] LLVM 12.0.0-rc3 has been tagged

2021-03-15 Thread Hans Wennborg via lldb-dev
fwiw I uploaded mine to /data/testers-uploads/ On Mon, Mar 15, 2021 at 4:08 AM Brian Cain via cfe-dev wrote: > > Attempted upload of Ubuntu 16.04 (below), but it too ran out of space. Maybe > I'm copying to the wrong remote path? Dimitry, how did you get your upload > to work? > > e96a6402cc1

Re: [lldb-dev] [Openmp-dev] LLVM 12.0.0-rc5 has been tagged

2021-04-09 Thread Hans Wennborg via lldb-dev
Windows is ready: $ sha256sum LLVM-12.0.0-rc5*.exe 906c39e386375a88da597efc8bd6a35994b688ab466f587ad88cf02667af2bcb LLVM-12.0.0-rc5-win32.exe 54a62e05a9b5a11e4d806864ee4c4fbc206557273429f250316dbe3e202d9f53 LLVM-12.0.0-rc5-win64.exe On Thu, Apr 8, 2021 at 3:44 AM Tom Stellard via Openmp-dev wro

Re: [lldb-dev] [Release-testers] 12.0.1-rc1 release has been tagged

2021-05-26 Thread Hans Wennborg via lldb-dev
Windows looks good. The binaries are ready: $ sha256sum LLVM-12.0.1-rc1-win*.exe dc4ef18dc971a2ced2f42184da7de99eece7fe50863918f50588834f1612870d LLVM-12.0.1-rc1-win32.exe 39c35b4e2c737f4788474d17559fb8aa05cd3e2f613653ef759913a5e61a9a48 LLVM-12.0.1-rc1-win64.exe Built with the attached script a

Re: [lldb-dev] [cfe-dev] Mailing List Status Update

2021-06-16 Thread Hans Wennborg via lldb-dev
On Tue, Jun 15, 2021 at 12:58 PM Aaron Ballman via cfe-dev < cfe-...@lists.llvm.org> wrote: > On Mon, Jun 14, 2021 at 5:41 PM James Y Knight via cfe-dev > wrote: > > > > On Thu, Jun 3, 2021 at 6:19 PM James Y Knight > wrote: > >> > >> I've just tried out discourse for the first time. It is not c

Re: [lldb-dev] [cfe-dev] 12.0.1-rc3 has been tagged

2021-06-28 Thread Hans Wennborg via lldb-dev
On Sat, Jun 26, 2021 at 7:50 AM Tom Stellard via cfe-dev < cfe-...@lists.llvm.org> wrote: > Hi, > > I've tagged the 12.0.1-rc3 release. Testers please test and upload > binaries. > Windows is ready: $ sha256sum LLVM-12.0.1-rc3-win*.exe 51c2f6312646a98f37d916d135bafcfcdddaf5bc59b2f7dbb487532817

Re: [lldb-dev] [Release-testers] 13.0.0-rc2 has been tagged

2021-08-30 Thread Hans Wennborg via lldb-dev
Windows binaries are ready: $ sha256sum LLVM-13.0.0-rc2-win*.exe 5c91401dce31672646da86e0d4e9cd2f3ff7873dc411ca988f83eb1ba4e61553 LLVM-13.0.0-rc2-win32.exe 035cd6b1b9c7c4310364c948823f02165a205ae97be10262f3df0a45ccd4d6f0 LLVM-13.0.0-rc2-win64.exe Nothing new compared to rc1. Thanks, Hans On F

Re: [lldb-dev] [cfe-dev] Release 13.0.1-rc1 has been tagged

2021-11-30 Thread Hans Wennborg via lldb-dev
On Tue, Nov 30, 2021 at 7:08 AM Tom Stellard via cfe-dev wrote: > > Hi, > > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries. > > There is still time to submit fixes for the final 13.0.1. I'll give more > details about timelines and how to do this once the bugzilla migrat

[lldb-dev] [3.7 Release] Release Candidate 2 available

2015-08-11 Thread Hans Wennborg via lldb-dev
Hello everyone, Source, binaries and docs for LLVM 3.7.0-rc2 are now available at http://llvm.org/pre-releases/3.7.0/ Please try them out, run tests, build your favourite projects, and *file bugs* reporting any issues that you find. We are now getting into the part of the release process where i

Re: [lldb-dev] [llvm-dev] [3.7 Release] Release Candidate 2 available

2015-08-12 Thread Hans Wennborg via lldb-dev
On Wed, Aug 12, 2015 at 2:33 AM, AlexDenisov <1101.deb...@gmail.com> wrote: > Just found out that all documentation and html refer to an old mailing lists. > Probably, commits 243999-244010 needs to be picked up into release_37 as well. Thanks! These have now been merged to 3.7. __

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

2015-08-20 Thread Hans Wennborg via lldb-dev
Hello everyone, 3.7-rc3 has just been tagged. Testers, please test, build binaries, upload to the sftp and report results to this thread. Again, a lot of patches got merged between rc2 and rc3, but hopefully nothing that should upset things. One thing that did change is that the release script n

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

2015-08-21 Thread Hans Wennborg via lldb-dev
On Thu, Aug 20, 2015 at 5:51 PM, Hans Wennborg wrote: > Hello everyone, > > 3.7-rc3 has just been tagged. Testers, please test, build binaries, > upload to the sftp and report results to this thread. Windows binaries uploaded. sha1 sums: 1f0ad138830146aa3ea93561772b82e0b93c855d LLVM-3.7.0-rc3-w

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

2015-08-24 Thread Hans Wennborg via lldb-dev
It seems this is a cmake vs autoconf thing. With cmake, it builds correctly, but with autoconf I get the same error as you. I probably shouldn't have made this change while we were in the release process as it was potentially risky :-/ I've reverted it now, so hopefully the next build should be pr

[lldb-dev] [3.7 Release] Release Candidate 3 available

2015-08-24 Thread Hans Wennborg via lldb-dev
Hello everyone, Source, binaries and docs for LLVM 3.7.0-rc3 are now available at http://llvm.org/pre-releases/3.7.0/ We are getting very, very close to the final release, so if you were planning to do any testing before this ships, now is probably the last chance. Patches to the release notes a

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

2015-08-25 Thread Hans Wennborg via lldb-dev
Thanks, we should probably do something like that after this release, but for now I think it's best to revert to safety. On Tue, Aug 25, 2015 at 2:44 PM, Dimitry Andric wrote: > Hans, > > Note that the patches I posted solved the problems, at least for me. :) > > -Dimitry > >> On 25 Aug 2015, at

[lldb-dev] [3.7 Release] RC4 has been tagged

2015-08-26 Thread Hans Wennborg via lldb-dev
Dear testers, 3.7.0-rc4 has just been tagged. It is identical to rc3, plus: - r245902: Revert r245355: change of clang-tools-extra symlink in the release script - r245947: Merge of r245927: Fix LLDB build on MIPS - r245948: Deprecate the DataLayout on the TargetMachine, and backport the 3.8 API -

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

2015-08-27 Thread Hans Wennborg via lldb-dev
On Thu, Aug 27, 2015 at 6:43 AM, Daniel Sanders wrote: >> 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 litt

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

2015-08-27 Thread Hans Wennborg via lldb-dev
On Wed, Aug 26, 2015 at 4:43 PM, Hans Wennborg wrote: > 3.7.0-rc4 has just been tagged. It is identical to rc3, plus: > > - r245902: Revert r245355: change of clang-tools-extra symlink in the > release script > - r245947: Merge of r245927: Fix LLDB build on MIPS > - r245948: Deprecate the DataLayo

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

2015-08-28 Thread Hans Wennborg via lldb-dev
On Thu, Aug 27, 2015 at 6:46 PM, Hans Wennborg wrote: > I have promoted RC4 to final; 3.7.0 has reached its final state. > > Thanks for all your hard work so far. Please build and upload binaries > with "-final", and let's ship this next week! Windows binaries uploaded. sha1sums: 44400734e1cbe1c

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

2015-09-01 Thread Hans Wennborg via lldb-dev
Thanks! Let me know how the last one goes. On Tue, Sep 1, 2015 at 8:16 AM, Daniel Sanders wrote: > 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) >

[lldb-dev] LLVM 3.7 Release

2015-09-01 Thread Hans Wennborg via lldb-dev
It is my pleasure to announce that LLVM 3.7.0 is now available! Get it here: http://llvm.org/releases/ This release contains the work of the LLVM community over the past six months: full OpenMP 3.1 support (behind a flag), the On Request Compilation (ORC) JIT API, a new backend for Berkeley Packe

<    1   2   3   4