On Thu, Jan 22, 2015 at 06:16:53PM +0400, Dmitry Vyukov wrote:
> On Thu, Jan 22, 2015 at 5:03 PM, Jakub Jelinek <ja...@redhat.com> wrote:
> > On Thu, Jan 22, 2015 at 07:30:50PM +0530, Venkataramanan Kumar wrote:
> >> ping.
> >>
> >> Forgot to mention, GCC bootstraps and regression testing passed on x86_64.
> >
> > Well, without a change from upstream to guard the HACKY_CALL and actual tsan
> > port to non-x86_64 this patch doesn't solve anything.
> 
> 
> I've just committed that change upstream:
> http://llvm.org/viewvc/llvm-project?view=revision&revision=226829
> Now we need to summon +Kostya to update gcc version of runtime.

I'll just cherry pick that, we are too late in the GCC release cycle.
Once GCC 5 branches, of course another merge will be desirable.

Thus the configure/Makefile patch is ok too, but please fix up the ChangeLog
formatting (e.g. two spaces before < instead of one, tab indentation, no
unnecessary wrapping).

That said, I'd strongly prefer if asan is fixed for aarch64 first before you
consider enabling tsan on aarch64, otherwise you add something that will
fail miserably on many aarch64 configurations.

        Jakub

Reply via email to