[PATCH] D23712: [OpenCL] Override supported OpenCL extensions with -cl-ext option

Anastasia Stulova via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 19 08:59:52 PDT 2016


Anastasia added a comment.

What would be the use case to override the supported extensions for the end user?

The change to set the right extensions based on the target compiled for was to avoid mis-compilations. But adding a user flag to control that could lead to the old problem to reoccur.


https://reviews.llvm.org/D23712





More information about the cfe-commits mailing list