[flang-commits] [flang] [Flang][OpenMP] Add OpenMP standards support doc (PR #132707)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Wed Apr 9 10:03:18 PDT 2025


================
@@ -0,0 +1,64 @@
+<!--===- docs/FortranStandardsSupport.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
+
+-->
+
+# Flang OpenMP Support
+
+```{contents}
+---
+local:
+---
+```
+
+This document outlines the OpenMP API features supported by Flang. It is intended as a general reference.
+For the most accurate information on unimplemented features, rely on the compiler’s TODO or “Not Yet Implemented”
+messages, which are considered authoritative. Flang provides full support for OpenMP 3.1 and partial support for
----------------
kiranchandramohan wrote:

Done. Thanks.

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


More information about the flang-commits mailing list