This is an archive of the discontinued LLVM Phabricator instance.

[flang][docs] Update the top "doc" page
ClosedPublic

Authored by awarzynski on Feb 17 2022, 8:57 AM.

Details

Diff Detail

Event Timeline

awarzynski created this revision.Feb 17 2022, 8:57 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: arphaman. · View Herald Transcript
awarzynski requested review of this revision.Feb 17 2022, 8:57 AM
PeteSteinfeld accepted this revision.Feb 17 2022, 2:41 PM

Just one small change requested.

Thanks for doing this!

flang/docs/index.md
6

I would call them "compilers" rather than "frontends".

This revision is now accepted and ready to land.Feb 17 2022, 2:41 PM

Change "frontends" to "compilers"

awarzynski marked an inline comment as done.Feb 21 2022, 2:08 AM

Thanks for taking a look, Pete! I'll merge this today if there are no further comments.

Thanks for the update!

flang/docs/index.md
3–10

What is the URI for LLVM Flang?

9

Is there a branch or development tree that has this code somewhere? The Flang in the regular tree delegates the real compiling to gfortran.

Added a link to "LLVM Flang"

Thanks for taking a look, Mark!

flang/docs/index.md
3–10

Added!

9

Yes, the development is happening in parallel in llvm-project and 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 here. It's a "temporary" solution, so not really a "front page" material :)

MarkMurrayARM accepted this revision.Feb 22 2022, 1:22 AM

Thanks for the clarifications!

This revision was automatically updated to reflect the committed changes.