[flang-commits] [clang] [flang] [Flang][Driver] Support for -fsplit-lto-unit option in flang driver (PR #202858)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Wed Jun 10 07:58:57 PDT 2026
================
@@ -1551,6 +1551,10 @@ static bool parseLinkerOptionsArgs(CompilerInvocation &invoc,
opts.PrepareForThinLTO = true;
}
+ //-fsplit-lto-unit option
----------------
kkwli wrote:
Nit: To be consistent with other comments, leave a space between `//` and `-f...`
https://github.com/llvm/llvm-project/pull/202858
More information about the flang-commits
mailing list