[PATCH] D46667: [OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL file
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 18 10:23:34 PDT 2018
ABataev added inline comments.
================
Comment at: test/SemaOpenCL/with_openmp.cl:1
+// RUN: %clang_cc1 -verify -fopenmp -ast-dump -x cl %s 2>&1 | FileCheck %s
+// expected-no-diagnostics
----------------
Still the same question, do we really want to support full OpenMP for OpenCL or only simd?
https://reviews.llvm.org/D46667
More information about the cfe-commits
mailing list