================
@@ -276,9 +276,6 @@ void Flang::addLTOOptions(const ArgList &Args,
ArgStringList &CmdArgs) const {
if (LTOMode == LTOK_Full)
CmdArgs.push_back("-flto=full");
else if (LTOMode == LTOK_Thin) {
----------------
kkwli wrote:Done. https://github.com/llvm/llvm-project/pull/195999 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
