[flang-commits] [flang] [llvm] [flang][MIF] Adding Stop and ErrorStop operations (PR #166787)

Jean-Didier PAILLEUX via flang-commits flang-commits at lists.llvm.org
Wed Jan 14 06:52:25 PST 2026


================
@@ -15,8 +15,8 @@
 struct EnvironmentDefaultList;
 
 FORTRAN_EXTERN_C_BEGIN
-void RTNAME(ProgramStart)(
-    int, const char *[], const char *[], const struct EnvironmentDefaultList *);
+void RTNAME(ProgramStart)(int, const char *[], const char *[],
+    const struct EnvironmentDefaultList *, const bool multiImageInitialized);
----------------
JDPailleux wrote:

Oh thanks ! I forgot to commit this change !

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


More information about the flang-commits mailing list