[PATCH] D111573: [Flang][driver] Update docs
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 13 07:59:54 PDT 2021
awarzynski added inline comments.
================
Comment at: flang/docs/FlangDriver.md:45
+specialised tools. In particular, `flang-new` is not aware of various
+compilation phases within the frontend (e.g. scanning, parsing or semantic
+checks). It does not have to. Conversely, the frontend driver, `flang-new
----------------
PeteSteinfeld wrote:
> awarzynski wrote:
> > PeteSteinfeld wrote:
> > > There is no scanner in the compiler, so I don't think we should mention scanning.
> > Would replacing `scanning` with `prescanning & preprocessing` make sense?
> I'm not sure what `prescanning` is. Replacing with `preprocessing` makes sense.
I've extracted that from the Flang documentation:
> Prescan and preprocess
https://github.com/llvm/llvm-project/blob/main/flang/docs/Overview.md#prescan-and-preprocess
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111573/new/
https://reviews.llvm.org/D111573
More information about the llvm-commits
mailing list