[PATCH] D122008: [flang][driver] Add support for generating executables

Peter Klausler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 4 13:35:42 PDT 2022


klausler added a comment.

There's 128037 lines of code and documentation outside of lowering and drivers in flang/, and "git blame" tells me that I wrote 63% of them, including most of the Fortran semantics and nearly all of the Fortran parsing and runtime.  Based on my knowledge of the code base, the Fortran language, and where we stand in the process of shaking things out with applications and test suites, it is clear to me that things are not yet ready to be opened up to a larger user base.  We certainly don't need wider exposure yet to flush out more bugs.  Premature exposure now would disrupt the critical path to overall success.  So I prefer option (3).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122008



More information about the cfe-commits mailing list