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

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Tue Feb 10 07:29:45 PST 2026


================
@@ -0,0 +1,53 @@
+<!--===- 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 LLVM Flang Technical Calls
+and the LLVM Flang Community Calls. This was done to make the Community Call 
+notes more easily available than before.
+
+## 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 Fortran 2003/2008 compiler located 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"
+
+## 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  
----------------
tarunprabhu wrote:

Unterminated sentence?

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


More information about the flang-commits mailing list