[flang-commits] [flang] [llvm] [mlir] [flang][OpenMP] Implement the error directive (PR #206175)
via flang-commits
flang-commits at lists.llvm.org
Wed Jul 1 07:08:29 PDT 2026
================
@@ -1730,6 +1730,37 @@ def BarrierOp : OpenMP_Op<"barrier"> {
let assemblyFormat = "attr-dict";
}
+//===----------------------------------------------------------------------===//
+// [5.2] 10.4 error directive
----------------
Ritanya-B-Bharadwaj wrote:
I believe it should be OpenMP 5.2 - section 8.5 here?
https://github.com/llvm/llvm-project/pull/206175
More information about the flang-commits
mailing list