[flang-commits] [flang] [Flang][OpenMP] Use internal linkage for OpenMP code-gen'ed helper functions (PR #117911)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Wed Nov 27 10:09:01 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;
+
----------------
mjklemm wrote:

Not really stray, but it felt like more readable.  :-)

https://github.com/llvm/llvm-project/pull/117911


More information about the flang-commits mailing list