r259931 - [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros

Ulrich Weigand via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 15 07:58:37 PST 2016


Hal Finkel <hfinkel at anl.gov> wrote on 15.02.2016 16:30:15:

> > Hmm, it looks like Nemanja already added this:
> >
> > SingleSource/UnitTests/C++11/ stdthreadbug.cpp
> >
> > But the test is restricted to run only on ppc64le:
> >
> > #if defined(_LITTLE_ENDIAN) && defined(__PPC64__)
> > ...
> >
> > I think there's no particular reason for that restriction.
> > Do you think we should just enable it on all platforms?
>
> Yes, certainly. Sometimes we need to blacklist some tests for some
> platforms, but only fundamentally-platform-specific tests should be
> white listed like this.

OK, I've checked this in as rev. 260894.

Bye,
Ulrich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160215/b3a214c3/attachment.html>


More information about the cfe-commits mailing list