- After D102479 code in Clang.cpp only propagates -flto instead of -flto=thin if we pass -flto -flto=thin to clang, ignoring the last -flto=.* argument.
- I also noticed that parseLTOMode returns LTOK_Thin when we pass -flto=thin -flto. Using the -flto= argument even though a later -flto is present.
These were removed because the options now alias with flto=full.