[flang-commits] [flang] [Flang][OpenMP] Use internal linkage for OpenMP code-gen'ed helper functions (PR #117911)
via flang-commits
flang-commits at lists.llvm.org
Wed Nov 27 10:07:27 PST 2024
================
@@ -153,6 +153,7 @@ static mlir::func::FuncOp createCopyFunc(mlir::Location loc, mlir::Type varType,
if (auto decl = module.lookupSymbol<mlir::func::FuncOp>(copyFuncName))
return decl;
+
----------------
NimishMishra wrote:
Stray newline?
https://github.com/llvm/llvm-project/pull/117911
More information about the flang-commits
mailing list