[PATCH] D114941: [flang][OpenMP] Add some semantic checks for threadprivate and declare target directives

Peixin Qiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 18:50:40 PST 2021


peixin updated this revision to Diff 395252.
peixin added a comment.

Remove the test case of using common block in declare target directive since resolving declare target directive has not been finished yet. This can be supported later.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114941/new/

https://reviews.llvm.org/D114941

Files:
  flang/lib/Semantics/check-omp-structure.cpp
  flang/test/Semantics/omp-declarative-directive.f90
  flang/test/Semantics/omp-declare-target02.f90
  flang/test/Semantics/omp-declare-target03.f90
  flang/test/Semantics/omp-declare-target04.f90
  flang/test/Semantics/omp-threadprivate02.f90
  flang/test/Semantics/omp-threadprivate03.f90
  flang/test/Semantics/omp-threadprivate04.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114941.395252.patch
Type: text/x-patch
Size: 15692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211218/94c0902f/attachment.bin>


More information about the llvm-commits mailing list