[flang-commits] [flang] [flang] Add Flang Call Notes documents (PR #180287)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Wed Feb 11 10:49:32 PST 2026


================
@@ -0,0 +1,32 @@
+<!--===- docs/MeetingNotes/README.md
+
+   Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+   See https://llvm.org/LICENSE.txt for license information.
+   SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+-->
+# Combined Flang Community Call Notes
+
+## About these notes
+
+This directory combines the notes from the Flang Technical and Community Calls. This was done to make the call notes more easily available than before. All references to Flang in these documents refer to the Fortran compiler being developed as part of the LLVM project and located in the LLVM monorepo ([github.com/llvm/llvm-project](http://github.com/llvm/llvm-project)). Information about "Classic Flang", a separate and independent Fortran compiler, can be found at [github.com/flang-compiler/flang](http://github.com/flang-compiler/flang).
+
+## Call Information
+- Details about the call can be found in [GettingInvolved.md](https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md) under the heading "Flang Biweekly Call"
----------------
tarunprabhu wrote:

nit: We could point the users to the appropriate section of the live documentation directly instead. What do you think?

```suggestion
- Details about the call can be found in the [Getting Involved](https://flang.llvm.org/docs/GettingInvolved.html#flang-biweekly-call) page in flang's documentation.
```

https://github.com/llvm/llvm-project/pull/180287


More information about the flang-commits mailing list