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

Alexis Perry-Holby via flang-commits flang-commits at lists.llvm.org
Wed Feb 11 09:59:36 PST 2026


================
@@ -0,0 +1,56 @@
+<!--===- 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 document now combines the notes from the LLVM Flang Technical Calls
+and the LLVM Flang Community Calls. This was done to make the Community Call 
+notes more publicly available than we could make them previously.
+
+## Helpful definitions
+
+-   "LLVM Flang" is the Fortran 2018 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)).  
+-   "Classic Flang" is the Flang Fortran 2003/2008 compiler located at [github.com/flang-compiler/flang](http://github.com/flang-compiler/flang).
+
+## Call Information
+- please see information in [GettingInvolved.md](https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md) under the heading "Flang Biweekly Call"
+
+## Flang Community
+
+* **Websites:**  
+  * **LLVM Flang:** [https://flang.llvm.org](https://flang.llvm.org)   
+  * **Classic Flang:** [https://github.com/flang-compiler/flang](https://github.com/flang-compiler/flang) 
+
+* **Issues:**  
+  * Issues for LLVM Flang should be reported in GitHub: [https://github.com/llvm/llvm-project/issues](https://github.com/llvm/llvm-project/issues).
+  Use the "flang" tag for flang-related issues, please  
+  * Issues for Classic Flang should be reported to the GitHub issues section at either [https://github.com/flang-compiler/flang/issues](https://github.com/flang-compiler/flang/issues)
+  or [flang-compiler/flang-driver](https://github.com/flang-compiler/flang-driver) as appropriate
+
+* **LLVM mailing lists and Discourse channels:** There are now two communication channels hosted by llvm.org:  
----------------
AlexisPerry wrote:

Do the parenthetical descriptions next the the Discourse and mailing list links satisfy this concern?

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


More information about the flang-commits mailing list