Hans Wennborg via llvm-dev
2018-Aug-03 13:40 UTC
[llvm-dev] [cfe-dev] [7.0.0 Release] rc1 has been tagged
On Fri, Aug 3, 2018 at 3:38 PM, <paul.robinson at sony.com> wrote:> Hi Hans, > > I was just trying to push a release note about DWARF v5 support. I did: > git checkout release_70 # in the monorepo > git commit <update to llvm/docs/ReleaseNotes.rst> > git llvm push > but that fails. How do you want to do release notes?I'm not familiar with "git llvm", but I suspect it doesn't work for release branches. Can you just svn commit it instead? Thanks, Hans>> -----Original Message----- >> From: cfe-dev [mailto:cfe-dev-bounces at lists.llvm.org] On Behalf Of Hans >> Wennborg via cfe-dev >> Sent: Friday, August 03, 2018 7:38 AM >> To: Release-testers >> Cc: llvm-dev; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB Dev >> Subject: [cfe-dev] [7.0.0 Release] rc1 has been tagged >> >> Dear testers, >> >> 7.0.0-rc1 was just tagged (from the branch at r338847). >> >> It's early in the release process, but I'd like to find out what the >> status is of the branch on our various platforms. >> >> Please run the test script, share the results, and upload binaries. >> >> Thanks, >> Hans >> _______________________________________________ >> cfe-dev mailing list >> cfe-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
via llvm-dev
2018-Aug-03 13:44 UTC
[llvm-dev] [cfe-dev] [7.0.0 Release] rc1 has been tagged
> -----Original Message----- > From: hwennborg at google.com [mailto:hwennborg at google.com] On Behalf Of Hans > Wennborg > Sent: Friday, August 03, 2018 9:40 AM > To: Robinson, Paul > Cc: Release-testers; llvm-dev; openmp-dev (openmp-dev at lists.llvm.org); > LLDB Dev > Subject: Re: [cfe-dev] [7.0.0 Release] rc1 has been tagged > > On Fri, Aug 3, 2018 at 3:38 PM, <paul.robinson at sony.com> wrote: > > Hi Hans, > > > > I was just trying to push a release note about DWARF v5 support. I did: > > git checkout release_70 # in the monorepo > > git commit <update to llvm/docs/ReleaseNotes.rst> > > git llvm push > > but that fails. How do you want to do release notes? > > I'm not familiar with "git llvm", but I suspect it doesn't work for > release branches. Can you just svn commit it instead?"git llvm" is a script for tying together the monorepo with svn. I'll do an svn checkout of the release branch and do the note there. --paulr> > Thanks, > Hans > > >> -----Original Message----- > >> From: cfe-dev [mailto:cfe-dev-bounces at lists.llvm.org] On Behalf Of Hans > >> Wennborg via cfe-dev > >> Sent: Friday, August 03, 2018 7:38 AM > >> To: Release-testers > >> Cc: llvm-dev; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB Dev > >> Subject: [cfe-dev] [7.0.0 Release] rc1 has been tagged > >> > >> Dear testers, > >> > >> 7.0.0-rc1 was just tagged (from the branch at r338847). > >> > >> It's early in the release process, but I'd like to find out what the > >> status is of the branch on our various platforms. > >> > >> Please run the test script, share the results, and upload binaries. > >> > >> Thanks, > >> Hans > >> _______________________________________________ > >> cfe-dev mailing list > >> cfe-dev at lists.llvm.org > >> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
NAKAMURA Takumi via llvm-dev
2018-Aug-03 22:55 UTC
[llvm-dev] [cfe-dev] [7.0.0 Release] rc1 has been tagged
Paul, Are you using llvm-project-20170507.git ? Regarding to release_70, I am updating it manually, due to each repo.git/release_70 might not be up-to-date. In fact, openmp.git/release_70 isn't yet. Sorry for the inconvenience. Please be patient. On Fri, Aug 3, 2018 at 10:44 PM via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > > > -----Original Message----- > > From: hwennborg at google.com [mailto:hwennborg at google.com] On Behalf Of > Hans > > Wennborg > > Sent: Friday, August 03, 2018 9:40 AM > > To: Robinson, Paul > > Cc: Release-testers; llvm-dev; openmp-dev (openmp-dev at lists.llvm.org); > > LLDB Dev > > Subject: Re: [cfe-dev] [7.0.0 Release] rc1 has been tagged > > > > On Fri, Aug 3, 2018 at 3:38 PM, <paul.robinson at sony.com> wrote: > > > Hi Hans, > > > > > > I was just trying to push a release note about DWARF v5 support. I did: > > > git checkout release_70 # in the monorepo > > > git commit <update to llvm/docs/ReleaseNotes.rst> > > > git llvm push > > > but that fails. How do you want to do release notes? > > > > I'm not familiar with "git llvm", but I suspect it doesn't work for > > release branches. Can you just svn commit it instead? > > "git llvm" is a script for tying together the monorepo with svn. > I'll do an svn checkout of the release branch and do the note there. > --paulr > > > > > Thanks, > > Hans > > > > >> -----Original Message----- > > >> From: cfe-dev [mailto:cfe-dev-bounces at lists.llvm.org] On Behalf Of > Hans > > >> Wennborg via cfe-dev > > >> Sent: Friday, August 03, 2018 7:38 AM > > >> To: Release-testers > > >> Cc: llvm-dev; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB > Dev > > >> Subject: [cfe-dev] [7.0.0 Release] rc1 has been tagged > > >> > > >> Dear testers, > > >> > > >> 7.0.0-rc1 was just tagged (from the branch at r338847). > > >> > > >> It's early in the release process, but I'd like to find out what the > > >> status is of the branch on our various platforms. > > >> > > >> Please run the test script, share the results, and upload binaries. > > >> > > >> Thanks, > > >> Hans > > >> _______________________________________________ > > >> cfe-dev mailing list > > >> cfe-dev at lists.llvm.org > > >> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180804/56fd543c/attachment.html>