[flang-commits] [flang] [Flang] Adjust pass plugin support to match Clang (PR #174006)

Alexis Engelke via flang-commits flang-commits at lists.llvm.org
Mon Jan 5 08:59:58 PST 2026


================
@@ -177,6 +178,19 @@ bool executeCompilerInvocation(CompilerInstance *flang) {
     }
   }
 
+  // Load and store pass plugins for the back-end.
+  for (const std::string &path :
----------------
aengelke wrote:

std::string is easier, because c_str is needed below.

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


More information about the flang-commits mailing list