[PATCH] D40275: [CUDA] Report "unsupported VLA" errors only on device side.

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 20 16:52:38 PST 2017


tra added a comment.

In https://reviews.llvm.org/D40275#930948, @Hahnfeld wrote:

> In https://reviews.llvm.org/D39505 @rjmccall requested that the check should be made independent of the language. To preserve this, I think the CUDA specific checks should be added to the generic case instead of restricting its evaluation.


I'm not sure what exactly you or @rjmccall  have in mind. Specifically - what is the 'generic case' CUDA checks should be added to? Could you give me an example?


https://reviews.llvm.org/D40275





More information about the cfe-commits mailing list