[all-commits] [llvm/llvm-project] afa3dd: tools: Remove unused PluginLoader includes

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Mar 6 21:23:19 PST 2025


  Branch: refs/heads/users/arsenm/tools-remove-plugin-loader-includes
  Home:   https://github.com/llvm/llvm-project
  Commit: afa3ddf6f58ab90ac7f3071978da819b1e74cefc
      https://github.com/llvm/llvm-project/commit/afa3ddf6f58ab90ac7f3071978da819b1e74cefc
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    M lld/tools/lld/lld.cpp
    M llvm/tools/llc/llc.cpp
    M llvm/tools/lli/lli.cpp
    M llvm/tools/llvm-lto2/llvm-lto2.cpp
    M llvm/tools/opt/optdriver.cpp

  Log Message:
  -----------
  tools: Remove unused PluginLoader includes

As far as I can tell there are 2 parallel plugin mechanisms.
opt -load=plugin does not work, and is ignored. opt -load-pass-plugin
does work. The only user of PluginLoader appears to be bugpoint.


  Commit: 0ebbdc0f9c68ff796fba8590e79e128f775c5d5a
      https://github.com/llvm/llvm-project/commit/0ebbdc0f9c68ff796fba8590e79e128f775c5d5a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    M lld/tools/lld/lld.cpp

  Log Message:
  -----------
  Revert failing test cases


  Commit: bb6101ca411d485cb3b42622aa737e8ddb110fee
      https://github.com/llvm/llvm-project/commit/bb6101ca411d485cb3b42622aa737e8ddb110fee
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M llvm/tools/opt/optdriver.cpp

  Log Message:
  -----------
  Revert opt case


  Commit: fea958eae1e590dae78916f0f34ec36233b08a3b
      https://github.com/llvm/llvm-project/commit/fea958eae1e590dae78916f0f34ec36233b08a3b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M llvm/tools/llvm-lto2/llvm-lto2.cpp

  Log Message:
  -----------
  Revert llvm-lto2 case


Compare: https://github.com/llvm/llvm-project/compare/130ee9ea8fb3...fea958eae1e5

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list