Hi all F18 merging has finished so commit access should be back to normal. Thanks Rich> -----Original Message----- > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Richard > Barton via llvm-dev > Sent: 9 April, 2020 16:08 > To: llvm-dev at lists.llvm.org > Subject: [llvm-dev] F18 upstreaming Now! > > Hi all > > We are about to merge F18 into LLVM as communicated earlier this week. > > There will be a short disruption to commit access while we do this as we need > to disable merge commit protection so we are going to limit commit access > for others to stop any accidents. > > Thanks > Rich > > Richard Barton > Principal Engineer - Arm Compiler for Linux > Arm Manchester > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
I just grepped for flang/f18/fortran on http://lab.llvm.org:8011/builders <http://lab.llvm.org:8011/builders>. Are there any bots that build and test the Fortran frontend? -- adrian> On Apr 9, 2020, at 8:17 AM, Richard Barton via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi all > > F18 merging has finished so commit access should be back to normal. > > Thanks > Rich > >> -----Original Message----- >> From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Richard >> Barton via llvm-dev >> Sent: 9 April, 2020 16:08 >> To: llvm-dev at lists.llvm.org >> Subject: [llvm-dev] F18 upstreaming Now! >> >> Hi all >> >> We are about to merge F18 into LLVM as communicated earlier this week. >> >> There will be a short disruption to commit access while we do this as we need >> to disable merge commit protection so we are going to limit commit access >> for others to stop any accidents. >> >> Thanks >> Rich >> >> Richard Barton >> Principal Engineer - Arm Compiler for Linux >> Arm Manchester >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://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/20200409/d866b427/attachment.html>
Hi Adrian Flang does not yet have a buildbot in lab.llvm.org. F18 ran its own builder on drone.ci when back in github but this won't be running now in llvm-projects/flang. For this reason, we have not enabled flang to build by default, even as part of LLVM_ALL_PROJECTS so as not to destabilise any existing builder. Fixing this situation is a very high priority task for us now that we are part of the monorepo. We'll be starting work on an Arm builder after the weekend (Tuesday for us in the UK). Thanks Rich From: aprantl at apple.com <aprantl at apple.com> Sent: 9 April, 2020 18:53 To: Richard Barton <Richard.Barton at arm.com> Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] F18 upstreaming Finished! I just grepped for flang/f18/fortran on http://lab.llvm.org:8011/builders. Are there any bots that build and test the Fortran frontend? -- adrian On Apr 9, 2020, at 8:17 AM, Richard Barton via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hi all F18 merging has finished so commit access should be back to normal. Thanks Rich -----Original Message----- From: llvm-dev <llvm-dev-bounces at lists.llvm.org<mailto:llvm-dev-bounces at lists.llvm.org>> On Behalf Of Richard Barton via llvm-dev Sent: 9 April, 2020 16:08 To: llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> Subject: [llvm-dev] F18 upstreaming Now! Hi all We are about to merge F18 into LLVM as communicated earlier this week. There will be a short disruption to commit access while we do this as we need to disable merge commit protection so we are going to limit commit access for others to stop any accidents. Thanks Rich Richard Barton Principal Engineer - Arm Compiler for Linux Arm Manchester _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> https://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/20200409/0dd6ca2d/attachment.html>
Congrats on the land in! Thanks all that were involved in the > last 3 months of effort to make this happen :) -- Mehdi On Thu, Apr 9, 2020 at 8:18 AM Richard Barton via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi all > > F18 merging has finished so commit access should be back to normal. > > Thanks > Rich > > > -----Original Message----- > > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Richard > > Barton via llvm-dev > > Sent: 9 April, 2020 16:08 > > To: llvm-dev at lists.llvm.org > > Subject: [llvm-dev] F18 upstreaming Now! > > > > Hi all > > > > We are about to merge F18 into LLVM as communicated earlier this week. > > > > There will be a short disruption to commit access while we do this as we > need > > to disable merge commit protection so we are going to limit commit access > > for others to stop any accidents. > > > > Thanks > > Rich > > > > Richard Barton > > Principal Engineer - Arm Compiler for Linux > > Arm Manchester > > > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://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/20200409/1a613156/attachment.html>
Anton Korobeynikov via llvm-dev
2020-Apr-10 09:15 UTC
[llvm-dev] F18 upstreaming Finished!
Congratulations! On Fri, Apr 10, 2020 at 9:47 AM Mehdi AMINI via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Congrats on the land in! > Thanks all that were involved in the > last 3 months of effort to make this happen :) > > -- > Mehdi > > > On Thu, Apr 9, 2020 at 8:18 AM Richard Barton via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi all >> >> F18 merging has finished so commit access should be back to normal. >> >> Thanks >> Rich >> >> > -----Original Message----- >> > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Richard >> > Barton via llvm-dev >> > Sent: 9 April, 2020 16:08 >> > To: llvm-dev at lists.llvm.org >> > Subject: [llvm-dev] F18 upstreaming Now! >> > >> > Hi all >> > >> > We are about to merge F18 into LLVM as communicated earlier this week. >> > >> > There will be a short disruption to commit access while we do this as we need >> > to disable merge commit protection so we are going to limit commit access >> > for others to stop any accidents. >> > >> > Thanks >> > Rich >> > >> > Richard Barton >> > Principal Engineer - Arm Compiler for Linux >> > Arm Manchester >> > >> > _______________________________________________ >> > LLVM Developers mailing list >> > llvm-dev at lists.llvm.org >> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- With best regards, Anton Korobeynikov Department of Statistical Modelling, Saint Petersburg State University
+1. The work that went into making this happen, including making major changes to address points raised during pre-merge review, was impressive. Thank you and I look forward to seeing this evolve in tree. Philip On 4/9/20 11:46 PM, Mehdi AMINI via llvm-dev wrote:> Congrats on the land in! > Thanks all that were involved in the > last 3 months of effort to make > this happen :) > > -- > Mehdi > > > On Thu, Apr 9, 2020 at 8:18 AM Richard Barton via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Hi all > > F18 merging has finished so commit access should be back to normal. > > Thanks > Rich > > > -----Original Message----- > > From: llvm-dev <llvm-dev-bounces at lists.llvm.org > <mailto:llvm-dev-bounces at lists.llvm.org>> On Behalf Of Richard > > Barton via llvm-dev > > Sent: 9 April, 2020 16:08 > > To: llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > > Subject: [llvm-dev] F18 upstreaming Now! > > > > Hi all > > > > We are about to merge F18 into LLVM as communicated earlier this > week. > > > > There will be a short disruption to commit access while we do > this as we need > > to disable merge commit protection so we are going to limit > commit access > > for others to stop any accidents. > > > > Thanks > > Rich > > > > Richard Barton > > Principal Engineer - Arm Compiler for Linux > > Arm Manchester > > > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://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/20200410/47aadff6/attachment.html>