[flang] [llvm] [flang-rt] Add Assign_omp RT call. (PR #145465)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 4 06:08:43 PDT 2025


================
@@ -21,6 +21,7 @@ set(supported_sources
   allocatable.cpp
   array-constructor.cpp
   assign.cpp
+  assign_omp.cpp
----------------
Meinersbur wrote:

Fortran runtime function implementations exist in the OpenMP runtime library like this: https://github.com/llvm/llvm-project/blob/main/openmp/runtime/src/kmp_ftn_entry.h . If it is offload-only, it may also live in libomptarget.

https://github.com/llvm/llvm-project/pull/145465


More information about the llvm-commits mailing list