diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2019-07-22 13:51:07 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2019-07-22 13:51:07 +0000 |
commit | 25569296c6d1afe343e895dad00a8ede3abcfaa2 (patch) | |
tree | a11bbd9d5f448ff500d5445dbcf70e2527aa43a7 /llvm/lib/Object/XCOFFObjectFile.cpp | |
parent | 4668ea40722b1082e7a5f8aa0d24055e748836d2 (diff) | |
download | llvm-25569296c6d1afe343e895dad00a8ede3abcfaa2.zip llvm-25569296c6d1afe343e895dad00a8ede3abcfaa2.tar.gz llvm-25569296c6d1afe343e895dad00a8ede3abcfaa2.tar.bz2 |
[OPENMP]Add support for analysis of firstprivate variables.
Summary:
Firstprivate variables are the variables, for which the private copies
must be created in the OpenMP regions and must be initialized with the
original values. Thus, we must report if the uninitialized variable is
used as firstprivate.
Reviewers: NoQ
Subscribers: guansong, jdoerfert, caomhin, kkwli0, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64765
llvm-svn: 366689
Diffstat (limited to 'llvm/lib/Object/XCOFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions