[PATCH] D139644: [InlineAdvisor] Allow loading advisors as plugins
IBricchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 23 10:18:31 PST 2022
IBricchi added a comment.
In D139644#4015049 <https://reviews.llvm.org/D139644#4015049>, @tmatheson wrote:
> I am still seeing this linking error when building with `LLVM_EXPORT_SYMBOLS_FOR_PLUGINS`: `/unittests/Analysis/InlineAdvisorPlugin.so: undefined symbol: _ZN4llvm13AllAnalysesOnINS_6ModuleEE6SetKeyEStack`.
I can't seem to get this to happen, and the build-bots on main don't seem to encounter it either.
Would you be able to tell me how to replicate this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139644/new/
https://reviews.llvm.org/D139644
More information about the llvm-commits
mailing list