| commit | 50a1c7860f26d8a993a6b13b4df407122586aa80 | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Fri Dec 01 21:31:08 2017 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Fri Dec 01 21:31:08 2017 +0000 |
| tree | 9310e9caad088fe6d5216ab56667aa959e8594fd | |
| parent | 7bfcc058306fc10422ae6767fbaa79b0ee16e597 [diff] |
[OPENMP] Emit `__tgt_target_teams` for all teams directives. Previously we emitted `__tgt_target_teams` only for standalone teams directives. This patch allows emit this function for all teams-based directives. llvm-svn: 319585