[flang-commits] [PATCH] D110851: [flang] Add a wrapper for Fortran main program

Valentin Clement via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Oct 1 00:10:56 PDT 2021


clementval added inline comments.


================
Comment at: flang/runtime/Fortran_main.c:1
+#include "flang/Runtime/main.h"
+#include "flang/Runtime/stop.h"
----------------
jeanPerier wrote:
> klausler wrote:
> > clementval wrote:
> > > Do we need a LLVM header in this file?
> > Which LLVM headers do you have in mind?
> Ah, good catch, I guess it needs the  `#===--` licence header...
Yah I was thinking about the licence header (with the comments). 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110851/new/

https://reviews.llvm.org/D110851



More information about the flang-commits mailing list