[flang-commits] [flang] [flang][openacc] Allow open acc routines from other modules. (PR #136012)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Wed May 7 08:48:46 PDT 2025
================
@@ -22,6 +22,9 @@ class StringRef;
} // namespace llvm
namespace mlir {
+namespace func {
+class FuncOp;
+}
----------------
klausler wrote:
`} // namespace func`
https://github.com/llvm/llvm-project/pull/136012
More information about the flang-commits
mailing list