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

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Sep 30 14:26:00 PDT 2021


jeanPerier added inline comments.


================
Comment at: flang/runtime/Fortran_main.c:1
+#include "flang/Runtime/main.h"
+#include "flang/Runtime/stop.h"
----------------
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...


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