[Flang][driver] Update the docs
authorAndrzej Warzynski <andrzej.warzynski@arm.com>
Mon, 11 Oct 2021 20:03:54 +0000 (20:03 +0000)
committerAndrzej Warzynski <andrzej.warzynski@arm.com>
Mon, 8 Nov 2021 17:54:46 +0000 (17:54 +0000)
commitc4921663cf8e291f3efc1ce52c60104bd5092ba0
tree2353d1ee8edf3feee3b77cd9d8845f9cef66c2ce
parent8d3b28e7547aac842ed177050ac2a9d25de0f2e9
[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
flang/docs/FlangDriver.md
flang/docs/compiler_driver.png [new file with mode: 0644]
flang/docs/frontend_driver.png [new file with mode: 0644]