[PATCH] D46667: [OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL file

Mike Rice via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 9 20:46:36 PDT 2018


mikerice added a comment.

1. It probably makes sense to allow omp simd with OpenCL.  Some people here have been successfully using it anyway.
2. I can give that a try.

The test just tests that the compiler doesn't segfault.  What would you prefer instead, something that checks the AST or the codegen?


Repository:
  rC Clang

https://reviews.llvm.org/D46667





More information about the cfe-commits mailing list