[PATCH] D116966: [analyzer] Don't specify PLUGIN_TOOL for analyzer plugins
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 14 05:27:48 PST 2022
aaron.ballman added a comment.
In D116966#3243346 <https://reviews.llvm.org/D116966#3243346>, @ArcsinX wrote:
> In D116966#3243318 <https://reviews.llvm.org/D116966#3243318>, @aaron.ballman wrote:
>
>> AFAIK, we don't support plugins on Windows. See: https://reviews.llvm.org/D16761#1441359 I don't think anything has changed in this regard.
>
> I can say that I successfully use clang plugins on Windows (and analyzer plugins too, which works in a bit different way). Seems this became possible after https://reviews.llvm.org/D18826
That's good to know, but looking at the dates of the two reviews still confuses me.
2016: https://reviews.llvm.org/D18826
2019: https://reviews.llvm.org/D16761#1441359
It doesn't help that we don't document supported platforms one way or the other in https://clang.llvm.org/docs/ClangPlugins.html.
Does your plugin work against a Clang built with `BUILD_SHARED_LIB=0`?
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