[PATCH] D15321: [OpenMP 4.0]Parsing and Sema support for 'omp declare target' directive (accelerator support)

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 29 19:47:51 PST 2015


ABataev added a comment.

Hello Michael,
Thanks for working on this. I still think we don't need OMPDeclareTargetDecl here and we can handle everything with an attribute. Try to implement everything just with an attribute and without OMPDeclareTargetDecl.


http://reviews.llvm.org/D15321





More information about the cfe-commits mailing list