[all-commits] [llvm/llvm-project] a08506: [LLD] [MinGW] Add support for more ThinLTO specifi...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Jan 10 12:58:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a08506e374f5938e30a9c13b61a697e8c0e12aa3
      https://github.com/llvm/llvm-project/commit/a08506e374f5938e30a9c13b61a697e8c0e12aa3
  Author: Martin Storsjö <martin at martin.st>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/test/MinGW/driver.test

  Log Message:
  -----------
  [LLD] [MinGW] Add support for more ThinLTO specific options (#77387)

This was missed when mass-adding support for other LTO options in
0b51e648307cf6c21c463d3e73e51c03aaa8c9e2.

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 fix https://github.com/mstorsjo/llvm-mingw/issues/386.




More information about the All-commits mailing list