[PATCH] D19484: [OpenCL] Add supported OpenCL extensions to target info.
Anastasia Stulova via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 10:20:36 PDT 2016
Anastasia added a comment.
Could you export a full diff please? There are too many small bits here to review! Thanks!
================
Comment at: test/SemaOpenCL/extensions.cl:2
@@ +1,3 @@
+// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
+// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -cl-std=CL1.1
+
----------------
Could we perhaps have two targets in this test - one that supports the extension and one that doesn't to test the rest of your patch?
http://reviews.llvm.org/D19484
More information about the cfe-commits
mailing list