[clang] [flang] [flang][Driver] Enables lto-partitions and fat-lto-object. (PR #158125)

Anchu Rajendran S via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 16 13:00:40 PDT 2025


================
@@ -182,6 +182,29 @@ void Flang::addCodegenOptions(const ArgList &Args,
     CmdArgs.push_back("-fcoarray");
 }
 
+void Flang::addLTOOptions(const ArgList &Args, ArgStringList &CmdArgs) const {
+  const auto &TC = getToolChain();
----------------
anchuraj wrote:

Updated, Thank you !

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


More information about the cfe-commits mailing list