[flang-commits] [flang] [Flang] Add Sphinx man page and html support for Flang (PR #141882)
Samarth Narang via flang-commits
flang-commits at lists.llvm.org
Mon Jun 2 05:41:34 PDT 2025
snarang181 wrote:
> > > I'm in two minds here. I've tried this PR after forced push, yet nothing really has changed from my previous comment (there's still this `warning` word visible, and.
>
> >
>
> > By the warning, you mean inside the contents of the man page right? Not the build process giving warning to nonexistent documents.
>
>
>
> Yes, as I quoted it above:
>
>
>
> ```
>
> FLANG(1) Flang FLANG(1)
>
>
>
> NAME
>
> flang - Flang Documentation
>
>
>
> Flang is LLVM's Fortran frontend that can be found here. It is often reâ
>
> ferred to as "LLVM Flang" to differentiate itself from "Classic Flang" -
>
> these are two separate and independent Fortran compilers. LLVM Flang is unâ
>
> der active development. While it is capable of generating executables for a
>
> number of examples, some functionality is still missing. See Getting Inâ
>
> volved for tips on how to get in touch with us and to learn more about the
>
> current status.
>
>
>
> FLANG |VERSION| (IN-PROGRESS) RELEASE NOTES
>
> warning
>
>
>
> These are in-progress notes for the upcoming LLVM |version| release.
>
> Release notes for previous releases can be found on the Download Page.
>
> ```
Ok, I see your point. I think a follow up PR to iron out the contents of the man page should be the course of action since the issue this fix links to is for the build process only. The changes might get too convoluted; what do you think?
https://github.com/llvm/llvm-project/pull/141882
More information about the flang-commits
mailing list