[flang-commits] [clang] [flang] [Flang][Driver] Support for -fsplit-lto-unit option in flang driver (PR #202858)
via flang-commits
flang-commits at lists.llvm.org
Thu Jun 11 09:21:37 PDT 2026
================
@@ -1551,6 +1551,10 @@ static bool parseLinkerOptionsArgs(CompilerInvocation &invoc,
opts.PrepareForThinLTO = true;
}
+ //-fsplit-lto-unit option
----------------
shivaramaarao wrote:
addressed the review comment
https://github.com/llvm/llvm-project/pull/202858
More information about the flang-commits
mailing list