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

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 20 16:46:27 PST 2017


Hahnfeld requested changes to this revision.
Hahnfeld added a comment.
This revision now requires changes to proceed.

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.


https://reviews.llvm.org/D40275





More information about the cfe-commits mailing list