[PATCH] D22170: [OpenCL] Fixes opencl.cl testcase issues and cl-strict-aliasing only allowed with cl-std=CL

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 11 07:25:59 PDT 2016


yaxunl added inline comments.

================
Comment at: test/Frontend/opencl-blocks.cl:9
@@ -8,1 +8,3 @@
 // RUN: %clang_cc1 %s -triple amdgcn--amdhsa -x c -std=c99 -verify -fsyntax-only
+// RUN: %clang_cc1 -cl-std=CL1.1 -cl-strict-aliasing %s 2>&1 | FileCheck --check-prefix=CHECK-INVALID-OPENCL-VERSION11 %s
+// RUN: %clang_cc1 -cl-std=CL1.2 -cl-strict-aliasing %s 2>&1 | FileCheck --check-prefix=CHECK-INVALID-OPENCL-VERSION12 %s
----------------
Better separate these tests to another file, e.g. cl-strict-aliasing.cl


Repository:
  rL LLVM

http://reviews.llvm.org/D22170





More information about the cfe-commits mailing list