diff options
author | Pranav Bhandarkar <pranav.bhandarkar@amd.com> | 2024-02-21 11:28:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 11:28:25 -0600 |
commit | 58f45d909d2a1565128846e423b480808736f214 (patch) | |
tree | 3bff5bc60c0c20e435314daf0a8c08cc355bc6f6 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 71441ed1716e6ed3f053dea9c1ceb9cfe2822aea (diff) | |
download | llvm-58f45d909d2a1565128846e423b480808736f214.zip llvm-58f45d909d2a1565128846e423b480808736f214.tar.gz llvm-58f45d909d2a1565128846e423b480808736f214.tar.bz2 |
[flang][openmp] - depend clause support in target, target enter/update/exit data constructs (#81610)
This patch adds support in flang for the depend clause in target and
target enter/update/exit constructs. Previously, the following line in a
fortran program would have resulted in the error shown below it.
!$omp target map(to:a) depend(in:a)
"not yet implemented: Unhandled clause DEPEND in TARGET construct"
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions