[clang] [flang] [Flang][Driver] Enable the global-isel option (PR #177188)

Tarun Prabhu via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 21 08:16:08 PST 2026


================
@@ -1140,6 +1140,8 @@ void Flang::ConstructJob(Compilation &C, const JobAction &JA,
     }
   }
 
+  renderGlobalISelOptions(D, Args, CmdArgs, Triple);
+
----------------
tarunprabhu wrote:

nit: do we really need a newline here?

```suggestion
```

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


More information about the cfe-commits mailing list