summaryrefslogtreecommitdiff
path: root/flang/include
diff options
context:
space:
mode:
authorRaghu Maddhipatla <Raghu.Maddhipatla@amd.com>2023-05-03 23:47:42 -0500
committerRaghu Maddhipatla <Raghu.Maddhipatla@amd.com>2023-05-10 19:17:47 -0500
commitf85a8456f114d071fb5985ef2c4cd922ba8f29cf (patch)
treef340500f68ad5d547d4f8f70b2124f186289ff79 /flang/include
parentee9875014ef72137bdcfb180e15b9694ab80ac90 (diff)
downloadllvm-f85a8456f114d071fb5985ef2c4cd922ba8f29cf.tar.gz
[OpenMP][Flang][Semantics] Add semantics support for USE_DEVICE_ADDR clause on OMP TARGET DATA directive.
Reviewed By: kiranchandramohan Differential Revision: https://reviews.llvm.org/D149815
Diffstat (limited to 'flang/include')
-rw-r--r--flang/include/flang/Semantics/symbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/include/flang/Semantics/symbol.h b/flang/include/flang/Semantics/symbol.h
index 41a03a2b6a94..3e029c98fc2e 100644
--- a/flang/include/flang/Semantics/symbol.h
+++ b/flang/include/flang/Semantics/symbol.h
@@ -560,7 +560,7 @@ public:
OmpShared, OmpPrivate, OmpLinear, OmpFirstPrivate, OmpLastPrivate,
// OpenMP data-mapping attribute
OmpMapTo, OmpMapFrom, OmpMapAlloc, OmpMapRelease, OmpMapDelete,
- OmpUseDevicePtr,
+ OmpUseDevicePtr, OmpUseDeviceAddr,
// OpenMP data-copying attribute
OmpCopyIn, OmpCopyPrivate,
// OpenMP miscellaneous flags