commit | cbf35099d6d2fb551553654ae2479981e5c3c601 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <[email protected]> | Fri Nov 02 15:24:47 2018 +0000 |
committer | Alexey Bataev <[email protected]> | Fri Nov 02 15:24:47 2018 +0000 |
tree | b51ea2e294e38035e268c7ecdf4d7b6aab3e19c2 | |
parent | f3f860a2d6a82fdfeea8b229f5b619cb22a60b1a [diff] |
[OPENMP][OFFLOADING]Change the lambda capturing flags. Summary: The previously used combination `PTR_AND_OBJ | PRIVATE` could be used for mapping of some data in Fortran. Changed it to `PTR_AND_OBJ | LITERAL`. Reviewers: gtbercea Subscribers: guansong, caomhin, openmp-commits Differential Revision: https://reviews.llvm.org/D54035 git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@345981 91177308-0d34-0410-b5e6-96231b3b80d8