[PATCH] D54253: [OpenCL] Launch opencl-types.cl test only on x86

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 29 09:03:59 PST 2018


Anastasia added a comment.

In D54253#1307752 <https://reviews.llvm.org/D54253#1307752>, @asavonic wrote:

> >> FWIW, I'd vote for the first revision of this patch. From my
> >> 
> >>   understanding, the test verifies that libclang is able to parse OpenCL
> >>   code correctly. It doesn't do anything specific to x86: target for x86 just
> >>   happens to support a set of OpenCL extensions.
> > 
> > I am trying to understand what exactly does it bring into testing if the code doesn't have anything target specific in there?
>
> It brings the architecture that does not support any OpenCL extension,
>  thus we check that types are "invalid".


Ok, let's test one invalid configuration if you think it's valuable. I assume we can't test all?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54253/new/

https://reviews.llvm.org/D54253





More information about the cfe-commits mailing list