diff options
author | Sri Hari Krishna Narayanan <snarayan@mcs.anl.gov> | 2022-01-27 14:53:00 -0500 |
---|---|---|
committer | Shilei Tian <i@tianshilei.me> | 2022-01-27 14:53:18 -0500 |
commit | 5aa24558cfa67e2a2e99c4e9c6d6b68bf372e00e (patch) | |
tree | 1758b6a75e99d49194b53ac8611f0b683dfa4553 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 70e1cc67926dc43a4860156ea3755cebcf97fc09 (diff) | |
download | llvm-5aa24558cfa67e2a2e99c4e9c6d6b68bf372e00e.zip llvm-5aa24558cfa67e2a2e99c4e9c6d6b68bf372e00e.tar.gz llvm-5aa24558cfa67e2a2e99c4e9c6d6b68bf372e00e.tar.bz2 |
OMPIRBuilder for Interop directive
Implements the OMPIRBuilder portion for the
Interop directive.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D105876
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 6db888d..df99cd9 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -3562,6 +3562,7 @@ public: void EmitOMPTargetTeamsDistributeSimdDirective( const OMPTargetTeamsDistributeSimdDirective &S); void EmitOMPGenericLoopDirective(const OMPGenericLoopDirective &S); + void EmitOMPInteropDirective(const OMPInteropDirective &S); /// Emit device code for the target directive. static void EmitOMPTargetDeviceFunction(CodeGenModule &CGM, |