[all-commits] [llvm/llvm-project] c49216: [Flang][driver] Update the docs
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Nov 8 09:55:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4921663cf8e291f3efc1ce52c60104bd5092ba0
https://github.com/llvm/llvm-project/commit/c4921663cf8e291f3efc1ce52c60104bd5092ba0
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M flang/docs/FlangDriver.md
A flang/docs/compiler_driver.png
A flang/docs/frontend_driver.png
Log Message:
-----------
[Flang][driver] Update the docs
Please note that the updated documentation reflects the design that we are
working towards, but haven't implemented competely yet. We took this approach
in order to provide a more holisitic and complete overview of the design.
In particular, this document assumes that Flang's frontend and compiler
driver can already generate code. This is still work-in-progress and is
being developed on the `fir-dev` branch in the F18 repository [1].
[1] https://github.com/flang-compiler/f18-llvm-project/tree/fir-dev
Differential Revision: https://reviews.llvm.org/D111573
More information about the All-commits
mailing list