| commit | b40e0520e1b0c401c38aee194c0f7ef6f7849e98 | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Wed Oct 24 18:53:12 2018 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Wed Oct 24 18:53:12 2018 +0000 |
| tree | 7056a9de9137d6f1fe40bdc5f6fa9f1dd91192b3 | |
| parent | 5dd94e50c97e2b23b1392acf9f2cb7825e7602ae [diff] |
[OPENMP]Fix PR39366: do not try to private field if it is not captured. The compiler is crashing if we trying to post-capture the fields implicitly captured inside of the task constructs. Seems, this kind of processing is not supported and such fields should not be firstprivatized. llvm-svn: 345177