Skip to content

Commit 7ff6cf7

Browse files
committed
[flang] Add Assign_omp declaratioon
1 parent e73bed9 commit 7ff6cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/include/flang/Runtime/assign.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ extern "C" {
5656
// API for lowering assignment
5757
void RTDECL(Assign)(Descriptor &to, const Descriptor &from,
5858
const char *sourceFile = nullptr, int sourceLine = 0);
59+
void RTDECL(Assign_omp)(Descriptor &to, const Descriptor &from,
60+
const char *sourceFile = nullptr, int sourceLine = 0, int32_t omp_device = 0);
5961
// This variant has no finalization, defined assignment, or allocatable
6062
// reallocation.
6163
void RTDECL(AssignTemporary)(Descriptor &to, const Descriptor &from,

0 commit comments

Comments
 (0)