[llvm] r246344 - Use UNSUPPORTED instead of XFAIL to disable this test, as it passes on one AArch64 bot.

Yaron Keren via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 01:44:31 PDT 2015


That worked well, thanks!



2015-08-31 3:11 GMT+03:00 Peter Collingbourne <peter at pcc.me.uk>:

> On Sun, Aug 30, 2015 at 04:15:03PM -0700, Peter Collingbourne wrote:
> > Hi Yaron,
> >
> > Thanks for pointing that out.
> >
> > A much more minimal way to support LLVM_ENABLE_THREADS=0 would be to add
> > some magic in llvm/Support/thread.h that declares llvm::thread as either
> > a typedef of std::thread or a replacement that runs on the main thread
> > depending on the value of LLVM_ENABLE_THREADS. This should be easy to do;
> > I'll start working on that.
>
> r246402.
>
> Thanks,
> --
> Peter
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150831/3f4007d8/attachment.html>


More information about the llvm-commits mailing list