[flang-commits] [clang] [flang] [mlir] [flang][flang-driver] atomic control support (PR #143441)
Anchu Rajendran S via flang-commits
flang-commits at lists.llvm.org
Wed Jun 11 14:51:22 PDT 2025
================
@@ -54,6 +54,20 @@ def FlagsAttr : OpenMP_Attr<"Flags", "flags"> {
let assemblyFormat = "`<` struct(params) `>`";
}
+//===----------------------------------------------------------------------===//
+// AtomicControlAttr
+//===----------------------------------------------------------------------===//
+
+// Runtime library flags attribute that holds information for lowering to LLVM.
----------------
anchuraj wrote:
That was copy-paste error. I have updated the comment
https://github.com/llvm/llvm-project/pull/143441
More information about the flang-commits
mailing list