[PATCH] D139644: [InlineAdvisor] Allow loading advisors as plugins

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 05:50:16 PST 2022


thakis added a comment.

Also, I'm getting `Could not load library '...InlineAdvisorPlugin.so': ...InlineAdvisorPlugin.so: undefined symbol: _ZN4llvm27PluginInlineAdvisorAnalysis17HasBeenRegisteredE` when running the test. That's probably because the plugin includes the file that declares that file-level static but then doesn't have a definition of it in the linkage unit (?)


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

https://reviews.llvm.org/D139644



More information about the llvm-commits mailing list