[all-commits] [llvm/llvm-project] 2cbd4f: [flang] Support export/import OpenMP Threadprivate...
PeixinQiao via All-commits
all-commits at lists.llvm.org
Fri Apr 8 22:54:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cbd4fc4424a88573ee03e2f1dce345f7826e662
https://github.com/llvm/llvm-project/commit/2cbd4fc4424a88573ee03e2f1dce345f7826e662
Author: Peixin-Qiao <qiaopeixin at huawei.com>
Date: 2022-04-09 (Sat, 09 Apr 2022)
Changed paths:
M flang/lib/Semantics/mod-file.cpp
A flang/test/Semantics/modfile47.f90
Log Message:
-----------
[flang] Support export/import OpenMP Threadprivate Flag
The information about OpenMP/OpenACC declarative directives in modules
should be carried in export mod files. This supports export OpenMP
Threadprivate directive and import OpenMP declarative directives.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D120396
More information about the All-commits
mailing list