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

Andrzej WarzyƄski via flang-commits flang-commits at lists.llvm.org
Tue Jan 6 12:52:16 PST 2026


================
@@ -60,6 +61,9 @@ class CompilerInstance {
 
   std::unique_ptr<llvm::TargetMachine> targetMachine;
 
+  /// Back-end pass plugins.
----------------
banach-space wrote:

Back-end is a heavily overloaded term and often means different things to different people. Is this simply an LLVM pass plugin? If yes, would you mind making this more specific? Similar comment for other usages of the term "beckend" in this PR.

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


More information about the flang-commits mailing list