[PATCH] D116966: [analyzer] Don't specify PLUGIN_TOOL for analyzer plugins

Aleksandr Platonov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 21 05:33:13 PST 2022


ArcsinX added a comment.

In D116966#3261168 <https://reviews.llvm.org/D116966#3261168>, @aaron.ballman wrote:

> However, the changes you've made don't look to be specific to building on Windows; this removes `PLUGIN_TOOL` for all targets. I presume it's still needed for non-Windows targets, isn't it?

As I can see, `PLUGIN_TOOL` is unused for non-Windows OS (at least for now): https://github.com/llvm/llvm-project/blob/main/llvm/cmake/modules/AddLLVM.cmake#L648


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116966/new/

https://reviews.llvm.org/D116966



More information about the cfe-commits mailing list