r284793 - Remove 24 instances of 'REQUIRES: shell'

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 16:42:22 PDT 2016


On Thu, Oct 20, 2016 at 4:38 PM, Robinson, Paul <paul.robinson at sony.com>
wrote:

> Is there any expectation that they _should_ (eventually) work on Windows?
>

Yes, LLVM is a cross-platform project, and there is an expectation that
developers will attempt to write portable code. It seems like there is some
dependence in these tests on the host compiler, the order of fields in a
struct changes if the host compiler is MSVC.

Also, I noticed I broke a bot. I reverted some changes, hopefully that's
enough.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161020/abd4af24/attachment.html>


More information about the cfe-commits mailing list