[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:53:56 PDT 2025
================
@@ -3050,4 +3040,4 @@ void OmpAttributeVisitor::IssueNonConformanceWarning(
context_.Warn(common::UsageWarning::OpenMPUsage, source, "%s"_warn_en_US,
warnStrOS.str());
}
-} // namespace Fortran::semantics
+} // namespace Fortran::semantics
----------------
klausler wrote:
I think that you lost a newline here (not sure what the icon means in the GitHub GUI)
https://github.com/llvm/llvm-project/pull/136012
More information about the flang-commits
mailing list