[llvm-dev] [cfe-dev] 7.0.1-rc2 release has been tagged please begin testing

Yvan Roux via llvm-dev llvm-dev at lists.llvm.org
Wed Nov 21 07:29:33 PST 2018


Hi,

On Wed, 14 Nov 2018 at 12:16, Yvan Roux <yvan.roux at linaro.org> wrote:
>
> Armv7a and AArch64 binaries uploaded:
>
> 0bb122ac8f39f1906c1c86d9fe00daed  clang+llvm-7.0.1-rc2-aarch64-linux-gnu.tar.xz
> d5b15005996517841e79b29b2502bd70
> clang+llvm-7.0.1-rc2-armv7a-linux-gnueabihf.tar.xz
>
> I'm still digging to find the cause of tsan miscompare on AArch64...

It took me a while to find it, but the miscompare of tsan_sync.cc.o on
AArch64 (small diff in regalloc and scheduling of a few instructions)
was due to the host compiler used in Phase1 (gcc 5.4), switching to
clang 6.0 fixed the problem.

Cheers,
Yvan

>
> On Tue, 13 Nov 2018 at 19:49, Brian Cain via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> >
> > SLES binary uploaded:
> >
> > 181e1729263dcb1abc650311c4d42dbef13ae805  clang+llvm-7.0.1-rc2-x86_64-linux-sles11.3.tar.xz
> >
> > ... I will try to get to ubuntu this week.
> >
> > On Fri, Nov 2, 2018 at 9:36 PM Tom Stellard via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> >>
> >> Hi,
> >>
> >> The 7.0.1-rc2 release has been tagged and is ready for testing.  I forgot
> >> to bump the version number to 7.0.1 before I tagged -rc1, which is why we
> >> are now on -rc2.
> >>
> >> Remember, you can continue to submit merge requests up until Nov, 21,
> >> so keep testing and submitting fixes.
> >>
> >> Thanks,
> >> Tom
> >> _______________________________________________
> >> cfe-dev mailing list
> >> cfe-dev at lists.llvm.org
> >> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> >
> >
> >
> > --
> > -Brian
> > _______________________________________________
> > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list