[PATCH] D17963: [OPENMP] Codegen for teams directive for NVPTX
Carlo Bertolli via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 9 19:27:33 PST 2016
carlo.bertolli added a comment.
Support for global variables in a target region requires the global to be placed in a pragma declare target region. Pragma declare target region is not currently available in Clang (no parsing, sema, or codegen). I will add a check for this in the regression test once the support becomes available. Thanks!
Repository:
rL LLVM
http://reviews.llvm.org/D17963
More information about the cfe-commits
mailing list