| commit | 2c1dffece66610e30cc71b710b52f855a3738e43 | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Mon Apr 16 20:34:41 2018 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Mon Apr 16 20:34:41 2018 +0000 |
| tree | f7da8421d34e255691aade126b8e2e7525250f4a | |
| parent | 7c55265c2dfad74f91530f86a61357e22a472dfa [diff] |
[OPENMP] Allow to use declare target variables in map clauses Global variables marked as declare target are allowed to be used in map clauses. Patch fixes the crash of the compiler on the declare target variables in map clauses. llvm-svn: 330156