[PATCH] D120067: [flang][docs] Update the top "doc" page

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 21 04:18:08 PST 2022


awarzynski added a comment.

Thanks for taking a look, Mark!



================
Comment at: flang/docs/index.md:3
 
-Flang is LLVM's Fortran frontend
+Flang is LLVM's Fortran frontend. It is often referred to as "LLVM Flang" to
+differentiate itself from ["Classic
----------------
MarkMurrayARM wrote:
> What is the URI for LLVM Flang?
Added!


================
Comment at: flang/docs/index.md:9
+functionality is still missing. See [GettingInvolved](GettingInvolved) for tips
+on how to get in touch with us and to learn more about the current status.
 
----------------
MarkMurrayARM wrote:
> Is there a branch or development tree that has this code somewhere? The Flang in the regular tree delegates the real compiling to gfortran.
Yes, the development is happening in parallel in [[ https://github.com/llvm/llvm-project | llvm-project ]] and [[ https://github.com/flang-compiler/f18-llvm-project | f18-llvm-project ]]. But the goal is to move entirely to `llvm-project` ASAP. I'm not really in control when  "ASAP" will actually happen :) (hopefully soon!) There's a risk that anything that I add today becomes out-of-date very soon (even if the transition is not complete, the relation between the two is very dynamic). I am also a bit reluctant to refer people to LLVM forks in the official LLVM documentation. 

As for the `gfortran` situation, I documented it [[ https://github.com/llvm/llvm-project/blob/main/flang/docs/FlangDriver.md#the-flang-script | here ]]. It's a "temporary" solution, so not really a "front page" material :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120067



More information about the llvm-commits mailing list