https://bugs.llvm.org/show_bug.cgi?id=42131
Bug ID: 42131
Summary: Clang analyzer plugin was compiled with version
"(null)"
Product: clang
Version: 8.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected]
Hi All,
I have an analysis plugin, it used to work with llvm-7. I just updated to
llvm-8.0.0 and changed plugin registration method, but when I try to load it in
a following way:
```
clang -cc1 -analyze -load ./MyPlugin.so -analyzer-checker=alpha.MyCheck
../test/test1.c
```
I get the following message:
```
warning: checker plugin 'MyPlugin.so' is not compatible with this version of
the analyzer
note: current API version is '8.0.0', but plugin was compiled with version
'(null)'
```
could you please point to a place where I can change version '(null)' to
something meaningful
Thanks!
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs