You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LLD] [MinGW] Add support for more ThinLTO specific options (llvm#77387)
This was missed when mass-adding support for other LTO options in
0b51e64.
Group the existing thinlto_cache_dir with these other options in a new
group, next to the other LTO options.
This skips adding the options --thinlto-emit-index-files and
--thinlto-single-module=, which don't seem to have corresponding options
on the lld-link level currently.
This should fixmstorsjo/llvm-mingw#386.
0 commit comments