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

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 21 08:23:58 PST 2022


beanz added a comment.

Have you looked at the impact on binary size? PLUGIN_TOOL _should_ cause the plugins to link against the copy of LLVM & Clang in the tool target binary which reduces the binary size of the plugin and avoids duplicate global initializations.


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