Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added mapping for pointers captured in Lambdas in OpenMP target regions, | Alexey Bataev | 2019-07-11 | 1 | -0/+125 |
by David Truby. Summary: This adds a zero length array section mapping for each pointer captured by a lambda that is used in a target region, as per section 2.19.7.1 of the OpenMP 5 specification. Reviewers: ABataev Reviewed By: ABataev Subscribers: guansong, jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D64558 llvm-svn: 365777 |