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

2019-02-14 Thread Hans Wennborg via lldb-dev
On Wed, Feb 13, 2019 at 9:39 PM Dimitry Andric wrote:>> On 7 Feb 2019, at 16:41, Hans Wennborg via Release-testers wrote:> > 8.0.0-rc2 has been tagged from the release_80 branch at r353413.> >> > Please run the test script, share your results, and upload binaries.>> Unfortunately I had to

[lldb-dev] [8.0.0 Release] Please write release notes

2019-02-19 Thread Hans Wennborg via lldb-dev
Hello everyone, This is your biannual release notes nag email. We're getting closer to the end of the release schedule for 8.0.0, but the release notes are still very thin for many parts. When the release happens, the first thing people look at are these notes, so it's a great opportunity to

[lldb-dev] [8.0.0 Release] rc1 has been tagged

2019-01-23 Thread Hans Wennborg via lldb-dev
Dear testers, 8.0.0-rc1 was just tagged (from the branch at r351980). It took a little longer than planned, but it's looking good. Please run the test script, share your results, and upload binaries. I'll get the source tarballs and docs published as soon as possible, and binaries as they

Re: [lldb-dev] [Github] RFC: linear history vs merge commits

2019-01-30 Thread Hans Wennborg via lldb-dev
On Tue, Jan 29, 2019 at 5:33 PM Tom Stellard via lldb-dev wrote: > > Hi, > > As part of the migration of LLVM's source code to github, we need to update > our developer policy with instructions about how to interact with the new git > repository. There are a lot of different topics we will need

[lldb-dev] [8.0.0 Release] Release Candidate 1 source, docs, and binaries available

2019-01-30 Thread Hans Wennborg via lldb-dev
Hello everyone, Source, docs, and binaries for LLVM-8.0.0-rc1 are now available at https://prereleases.llvm.org/8.0.0/#rc1 Please try it out and report any problems as bugs marked as blockers of https://llvm.org/pr40331 Thanks, Hans ___ lldb-dev

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

2019-01-29 Thread Hans Wennborg via lldb-dev
On Mon, Jan 28, 2019 at 6:23 PM Bero Rosenkränzer wrote: > > Hi, > working without immediately obvious regressions on OpenMandriva x86-64, x86, > aarch64 and armv7hnl. > Since our 4.0 release is imminent, 8.0 won't go in there, but it will be our > main compiler the day after the release and

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

2019-01-24 Thread Hans Wennborg via lldb-dev
On Wed, Jan 23, 2019 at 4:49 PM Hans Wennborg wrote: > > Dear testers, > > 8.0.0-rc1 was just tagged (from the branch at r351980). > > It took a little longer than planned, but it's looking good. > > Please run the test script, share your results, and upload binaries. > > I'll get the source

[lldb-dev] [8.0.0 Release] rc4 has been tagged

2019-03-08 Thread Hans Wennborg via lldb-dev
Dear testers, 8.0.0-rc4 was just tagged from the release_80 branch at r355690. This is similar to rc3, but it contains a few important fixes, notably for https://llvm.org/PR40890 I'm hoping that this is that last release candidate, so please give it a good testing. If all looks well, maybe we

[lldb-dev] [9.0.0 Release] Release schedule

2019-06-19 Thread Hans Wennborg via lldb-dev
Hello everyone, Even though 8.0.1 isn't quite out the door yet, it's time to start planning for the next major release, 9.0.0. This is my proposed schedule: - 18 July 2019: Branch, rc1 soon after - 7 August: rc2 - 28 August: final (not slipping past first half of September). Please let me know

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

2019-06-24 Thread Hans Wennborg via lldb-dev
On Wed, Jun 19, 2019 at 10:19 AM Hans Wennborg wrote: > > Hello everyone, > > Even though 8.0.1 isn't quite out the door yet, it's time to start > planning for the next major release, 9.0.0. > > This is my proposed schedule: > > - 18 July 2019: Branch, rc1 soon after > - 7 August: rc2 > - 28

Re: [lldb-dev] [cfe-dev] LLVM 8.0.1-rc3

2019-07-10 Thread Hans Wennborg via lldb-dev
On Fri, Jun 28, 2019 at 12:56 AM Tom Stellard via cfe-dev wrote: > I've just tagged LLVM 8.0.1-rc3. Testers, please begin testing and report > results. Sorry for the late reply. Windows looks good and I've uploaded the binaries below. They were built with the attached batch file. $ sha256sum

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

2019-07-11 Thread Hans Wennborg via lldb-dev
Hello everyone, This is a reminder that the upcoming release branch is scheduled for one week from today, on Thursday 18 July 2019. The full schedule can be found under "Upcoming Releases" in the column to the right at https://llvm.org Please try to avoid committing majorly disruptive changes

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

2019-08-14 Thread Hans Wennborg via lldb-dev
Hello everyone, 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc2 Binaries will be added as they become available. The tag went in

Re: [lldb-dev] [cfe-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here

2019-08-20 Thread Hans Wennborg via lldb-dev
On Sun, Aug 18, 2019 at 6:42 AM Marshall Clow wrote: > > > > On Fri, Aug 16, 2019 at 2:23 AM Sylvestre Ledru via cfe-dev > wrote: >> One severe regression on Debian on libc++ on mips* >> https://bugs.llvm.org/show_bug.cgi?id=43011 >> >> Simon found the regressor! >> >> Besides that, we look

Re: [lldb-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here

2019-08-20 Thread Hans Wennborg via lldb-dev
Hi Bernhard, On Sat, Aug 17, 2019 at 4:30 PM Bernhard Rosenkraenzer wrote: > The only serious issue we've run into so far is that clang crashes when > trying to build current firefox on x86_64. Will put up a bug report later. Did you get a chance to file that bug report yet? Thanks, Hans

Re: [lldb-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here

2019-08-20 Thread Hans Wennborg via lldb-dev
No, there should be no mismatch now. Maybe you ended up using a version of test-release.sh that doen't have the fixes? On Sun, Aug 18, 2019 at 6:47 PM Brian Cain wrote: > > When I built rv2 for SLES11 linux I saw the same phase 2/3 mismatch. Is that > expected? > > On Wed, Aug 14, 2019, 3:15

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

2019-08-30 Thread Hans Wennborg via lldb-dev
Hello everyone, 9.0.0-rc3 was tagged today from the release_90 branch at r370450. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc3. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc3 Binaries will be added as they become available. There are currently no open

[lldb-dev] [9.0.0 Release] An update on the schedule: the release is late

2019-08-28 Thread Hans Wennborg via lldb-dev
Hello everyone, It's the 28th of August, which according to the schedule should be when llvm 9 gets released. However, it's not ready yet, which means it's now officially late. There are still one or two outstanding issues. My ambition is to have those closed out, and rc3 tagged by the end of

[lldb-dev] [9.0.0 Release] Please help writing release notes

2019-08-23 Thread Hans Wennborg via lldb-dev
Hi everyone, The end of the release process is getting close, and as usual I'd like to ask you all to help writing release notes. As you can see from the release notes for rc2 here: https://prereleases.llvm.org/9.0.0/#rc2 there is plenty of room for more notes :-) When the release happens, the

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

2019-09-13 Thread Hans Wennborg via lldb-dev
Hello everyone, 9.0.0-rc5 was just tagged from the release_90 branch at r371837. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc5. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc5 Binaries will be added as they become available. There is only a single change

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

2019-09-13 Thread Hans Wennborg via lldb-dev
On Fri, Sep 13, 2019 at 2:06 PM Hans Wennborg wrote: > > Hello everyone, > > 9.0.0-rc5 was just tagged from the release_90 branch at r371837. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc5. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc5 Binaries will

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

2019-09-10 Thread Hans Wennborg via lldb-dev
Hello again, 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they become available. There are not a lot of changes from

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

2019-09-10 Thread Hans Wennborg via lldb-dev
On Tue, Sep 10, 2019 at 12:26 PM Hans Wennborg wrote: > > Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be

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

2019-09-17 Thread Hans Wennborg via lldb-dev
Thanks! I've added them to the prerelease page. On Tue, Sep 17, 2019 at 9:57 AM Diana Picus wrote: > > Hi, > > Uploaded ARM & AArch64: > 09dc9f7401419aea8b3c157f99c9610beb193461b4ef4626ea0a7424ab218e3e > clang+llvm-9.0.0-rc5-armv7a-linux-gnueabihf.tar.xz >

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

2019-09-17 Thread Hans Wennborg via lldb-dev
Hello everyone, 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 This is the same as rc5 plus one very minor change (r371969) that still seemed

Re: [lldb-dev] Issue with ThinLTO and gcc-9 [was: Re: [Release-testers] [9.0.0 Release] Release Candidate 3 is here]

2019-09-10 Thread Hans Wennborg via lldb-dev
On Mon, Sep 9, 2019 at 5:37 PM Sylvestre Ledru wrote: > > Hello, > > Le 30/08/2019 à 18:38, Hans Wennborg via Release-testers a écrit : > > Hello everyone, > > > > 9.0.0-rc3 was tagged today from the release_90 branch at r370450. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc3. > I

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

2019-09-13 Thread Hans Wennborg via lldb-dev
Thanks! I'll get these posted shortly. On Thu, Sep 12, 2019 at 5:25 AM Brian Cain wrote: > > Uploaded SLES11 and Ubuntu 16 binaries: > > 1c7895122974828c678f7059e0427d0228ab41e5 > clang+llvm-9.0.0-rc4-x86_64-linux-sles11.3.tar.xz > d23219bc416afdf2a7eff11490dfb497001dc3a4 >

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

2019-09-13 Thread Hans Wennborg via lldb-dev
Thanks! I'll get these posted. On Thu, Sep 12, 2019 at 9:52 AM Diana Picus wrote: > > Hi, > > Uploaded > 86efbad6d8677c64d057d92e1dd144988dee68f7a0faa84e5d12f1b59ded0e4f > clang+llvm-9.0.0-rc4-armv7a-linux-gnueabihf.tar.xz > eb37ced0868066fdf21a1539c61081b1b6e87f2fc6da58aa282230728329f80a >

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

2019-09-13 Thread Hans Wennborg via lldb-dev
Thanks! Posted these on the web page now. On Fri, Sep 13, 2019 at 8:00 AM Dimitry Andric wrote: > > On 10 Sep 2019, at 12:26, Hans Wennborg via Release-testers > wrote: > > > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > > the Git monorepo, it's tagged as

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

2019-07-29 Thread Hans Wennborg via lldb-dev
Hi everyone, 9.0.0-rc1 was just tagged from the release_90 branch at r367217 (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc1 Binaries will be added as they become available. Please file bug reports for any issues

Re: [lldb-dev] [cfe-dev] 8.0.1-final has been tagged

2019-07-22 Thread Hans Wennborg via lldb-dev
On Fri, Jul 19, 2019 at 8:21 PM Tom Stellard via cfe-dev wrote: > > Hi, > > The 8.0.1 final release has been tagged. Testers please upload the final > binaries. Windows is ready: $ sha256sum *8.0.1-win*.exe 5d992a41f1ff6296659e66eabbcbaec34f5533fe9d1376fc94fba7450383fe69 LLVM-8.0.1-win32.exe

[lldb-dev] [9.0.0 Release] The release branch is open; trunk is now 10.0.0

2019-07-18 Thread Hans Wennborg via lldb-dev
Hello everyone, The release branch for LLVM 9 and its sub-projects was just created from trunk at r366426, and the trunk version was subsequently bumped to 10.0.0. Release blockers are tracked by https://llvm.org/PR42474 Please mark any bugs, old or new, that need to be fixed before the release

Re: [lldb-dev] [cfe-dev] 8.0.1-rc4 release has been tagged.

2019-07-17 Thread Hans Wennborg via lldb-dev
Sorry for the late reply. Back from vacation now :-) On Thu, Jul 11, 2019 at 5:25 AM Tom Stellard via cfe-dev wrote: > I've tagged the 8.0.1-rc4 release, please begin testing. This will > (hopefully) > be the last release candidate. If all goes well, I will tag the final release > next

Re: [lldb-dev] [9.0.0 Release] The release branch is open; trunk is now 10.0.0

2019-07-25 Thread Hans Wennborg via lldb-dev
On Thu, Jul 18, 2019 at 5:19 AM Hans Wennborg wrote: > > Hello everyone, > > The release branch for LLVM 9 and its sub-projects was just created > from trunk at r366426, and the trunk version was subsequently bumped > to 10.0.0. [...] > When the branch is in good enough shape, hopefully by

Re: [lldb-dev] [9.0.0 Release] Release Candidate 6 is here

2019-09-19 Thread Hans Wennborg via lldb-dev
On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg wrote: > > Hello everyone, > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. This has now been tagged as the final 9.0.0 release. In the Git monorepo, it's tagged as

[lldb-dev] LLVM 9.0.0 Release

2019-09-19 Thread Hans Wennborg via lldb-dev
It's my great pleasure to announce that LLVM 9 is now available. Get it here: https://llvm.org/releases/download.html#9.0.0 This release is the result of the LLVM community's work over the past six months (up to trunk r366426 plus commits on the branch). Some highlights include: - Support for

Re: [lldb-dev] [9.0.0 Release] Release Candidate 6 is here

2019-09-20 Thread Hans Wennborg via lldb-dev
On Thu, Sep 19, 2019 at 4:51 PM Hans Wennborg wrote: > > On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg wrote: > > > > Hello everyone, > > > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > This has now been tagged

Re: [lldb-dev] RFC: Using GitHub Actions for CI testing on the release/* branches

2019-11-12 Thread Hans Wennborg via lldb-dev
On Tue, Nov 12, 2019 at 1:32 AM Tom Stellard via lldb-dev wrote: > > Hi, > > I would like to start using GitHub Actions[1] for CI testing on the release/* > branches. As far as I know we don't have any buildbots listening to the > release branches, and I think GitHub Actions are a good way for

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

2019-12-09 Thread Hans Wennborg via lldb-dev
On Sat, Dec 7, 2019 at 4:03 AM Tom Stellard via llvm-dev wrote: > > Hi, > > I've tagged LLVM 9.0.1-rc2. Testers can begin testing and uploading binaries. > If all goes well, this will be the last -rc. Windows looks good. $ sha256sum LLVM-9.0.1-rc2*.exe

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

2019-12-10 Thread Hans Wennborg via lldb-dev
> Hello everyone, > > I know 9.0.1 is still in full swing, and 10.0.0 isn't due for some > time, but I'd like to get the schedule settled well before we start. > > Below is my proposed timeline. It's essentially the same as last time. > > - 15 January 2020: Create the release branch, Release

[lldb-dev] [10.0.0 Release] Release schedule

2019-12-05 Thread Hans Wennborg via lldb-dev
Hello everyone, I know 9.0.1 is still in full swing, and 10.0.0 isn't due for some time, but I'd like to get the schedule settled well before we start. Below is my proposed timeline. It's essentially the same as last time. - 15 January 2020: Create the release branch, Release Candidate 1 ships

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

2019-12-16 Thread Hans Wennborg via lldb-dev
On Sat, Dec 14, 2019 at 7:34 AM Tom Stellard via lldb-dev wrote: > > Hi, > > I've just tagged LLVM 9.0.1-rc3. Testers can begin testing and uploading > binaries. This will be the last release candidate unless there is a > major problem. I'm planning to tag the final release on Dec 19. Windows

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

2019-11-26 Thread Hans Wennborg via lldb-dev
Windows is ready: $ sha256sum LLVM-9.0.1-rc1*.exe bf04775d245bbf3ac9dc79f14b6e2ccffcda06ab8edd999cabd28bd8dfa894a9 LLVM-9.0.1-rc1-win32.exe 78f5cab932b6194f9fc3f0d6dc9b30d3c1449ddd848bdc9ca61cb2fde67072d7 LLVM-9.0.1-rc1-win64.exe It was built using the attached batch file. Thanks, Hans On Sat,

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

2019-12-20 Thread Hans Wennborg via lldb-dev
On Fri, Dec 20, 2019 at 5:07 AM Tom Stellard via cfe-dev wrote: > I've just tagged the 9.0.1-final release. Testers can begin uploading > binaries. Windows is ready: $ sha256sum LLVM-9.0.1-win*.exe f690e932fea125ce6c47bccad27b2cef055646732c510ce00ff9eee528c1e48b LLVM-9.0.1-win32.exe

[lldb-dev] [10.0.0 Release] We're behind schedule

2020-02-26 Thread Hans Wennborg via lldb-dev
Hello everyone, Today was the scheduled day for the final release tag, but the release is not ready yet. There are still a bunch of open blockers at https://llvm.org/PR44555 Any help on these is very much appreciated. My ambition is to get most of these fixed by the end of the week, tag RC3,

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

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

2020-03-04 Thread Hans Wennborg via lldb-dev
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 new problems arise, this is what the final release will look like.

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 >

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

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

2020-02-06 Thread Hans Wennborg via lldb-dev
On Wed, Feb 5, 2020 at 9:00 PM Anil Mahmud wrote: > > Hello, > > When running test-release.sh using GCC 5.4.0 we encountered this error : > > /home/anil/llvm1000_rc1_binary_upload/rc1/llvm-project/clang-tools-extra/clangd/Hover.cpp: > In function ‘llvm::StringLiteral >

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

2020-02-06 Thread Hans Wennborg via lldb-dev
On Wed, Feb 5, 2020 at 9:30 PM Anil Mahmud wrote: > > The following error was found when running test-release.sh on Red Hat 7.4 > > > FAIL: LLVM :: tools/llvm-ar/quick-append.test (53100 of 59657) > TEST 'LLVM :: tools/llvm-ar/quick-append.test' FAILED >

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

2020-02-06 Thread Hans Wennborg via lldb-dev
On Thu, Feb 6, 2020 at 1:14 PM Yvan Roux wrote: > > Hi Hans, > > On Thu, 6 Feb 2020 at 12:40, Hans Wennborg wrote: > > > > On Thu, Feb 6, 2020 at 11:16 AM Yvan Roux wrote: > > > > > > Hi, > > > > > > here are the results for ARM targets: > > > > > > * 32-bit has the same issue reported in

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

2020-02-06 Thread Hans Wennborg via lldb-dev
On Thu, Feb 6, 2020 at 11:16 AM Yvan Roux wrote: > > Hi, > > here are the results for ARM targets: > > * 32-bit has the same issue reported in PR44767 > > * same issue with quick-append.text for AArch64 check-all results are: > Testing Time: 4520.30s > > Failing Tests (1): >

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

2020-02-03 Thread Hans Wennborg via lldb-dev
On Fri, Jan 31, 2020 at 9:37 PM Dimitry Andric wrote: > > On 30 Jan 2020, at 20:38, Hans Wennborg via Release-testers > wrote: > > > > It took a bit longer than planned due to master being a somewhat > > unstable at the branch point, but Release Candidate 1 has now been > > tagged as

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

2020-02-03 Thread Hans Wennborg via lldb-dev
On Fri, Jan 31, 2020 at 9:51 PM Michał Górny wrote: > > On Thu, 2020-01-30 at 14:38 -0500, Hans Wennborg via Release-testers > wrote: > > > Please file bug reports for any issues you find as blockers of > > https://llvm.org/pr44555 > > > > Release testers: please start your engines, run the

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

2020-01-30 Thread Hans Wennborg via lldb-dev
Hello everyone, It took a bit longer than planned due to master being a somewhat unstable at the branch point, but Release Candidate 1 has now been tagged as llvmorg-10.0.0-rc1. Source code and docs are available at https://prereleases.llvm.org/10.0.0/#rc1 Pre-built binaries will be added there

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

2020-02-21 Thread Hans Wennborg via lldb-dev
Hello everyone, We're getting closer to the final release, and as usual I'd like to ask you all to help writing release notes. When the release happens, the first thing people tend to look at are the release notes, so they're a great opportunity to highlight the work that's been done over the

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

2020-02-17 Thread Hans Wennborg via lldb-dev
Thanks! Added this and the other binaries I've gotten so far to the release page and github. On Sat, Feb 15, 2020 at 6:25 PM Brian Cain wrote: > > Uploaded ubuntu 18 binaries. > > $ cat clang+llvm-10.0.0-rc2-x86_64-linux-gnu-ubuntu-18.04.tar.xz.sha256 >

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

2020-02-17 Thread Hans Wennborg via lldb-dev
On Thu, Feb 13, 2020 at 11:34 PM Hans Wennborg wrote: > > Hello everyone, > > Release Candidate 2 was tagged earlier today as llvmorg-10.0.0-rc2. It > includes 98 commits since the previous release candidate. > > Source code and docs are available at > https://prereleases.llvm.org/10.0.0/#rc2 and

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

2020-02-13 Thread Hans Wennborg via lldb-dev
Hello everyone, Release Candidate 2 was tagged earlier today as llvmorg-10.0.0-rc2. It includes 98 commits since the previous release candidate. Source code and docs are available at https://prereleases.llvm.org/10.0.0/#rc2 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc2

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

2020-02-19 Thread Hans Wennborg via lldb-dev
On Mon, Feb 17, 2020 at 6:31 PM Michał Górny wrote: > > On Thu, 2020-02-13 at 23:34 +0100, Hans Wennborg via Release-testers > wrote: > > Hello everyone, > > > > Release Candidate 2 was tagged earlier today as llvmorg-10.0.0-rc2. It > > includes 98 commits since the previous release candidate. >

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

2020-01-15 Thread Hans Wennborg via lldb-dev
On Tue, Jan 14, 2020 at 10:34 PM Tom Stellard via Release-testers wrote: > > On 01/14/2020 08:59 AM, Russell Gallop wrote: > > Hi Tom, Hans, > > > > I can't see LLVM-9.0.1-win*.exe from Hans on the GitHub release page > > (https://github.com/llvm/llvm-project/releases/tag/llvmorg-9.0.1). Is this

[lldb-dev] [10.0.0 Release] The release branch is open; trunk is now 11.0.0

2020-01-15 Thread Hans Wennborg via lldb-dev
Hello everyone, The release branch for LLVM 10 and its sub-projects was created from trunk at e26a78e70857273c83aaacd4aa0edb36effe70e3, and the trunk version was bumped to 11.0.0. Release blockers are tracked by https://llvm.org/PR44555 (hey, nice number). Please mark any bugs, old or new, that

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

2020-01-08 Thread Hans Wennborg via lldb-dev
Hi everyone, This is just a quick reminder that the upcoming release branch is scheduled for one week from today: Wednesday, 15 January 2020. When the branch is created, the trunk version will become 11.0.0. The full release schedule can be found under "Upcoming Releases" in the column to the

[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

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

[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

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: >

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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 >

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

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

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] [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

[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

[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

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

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:

[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

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

[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

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] [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.

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 >

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

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

[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] [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.

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

<    1   2   3   4   >