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

IBricchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 13:43:38 PST 2022


IBricchi updated this revision to Diff 483323.
IBricchi added a comment.

We cleaned up the cmake file so that it now compiles all the unit test under unified target and only setting the test plugin implementation as an optional source, and does the opposite for the test plugin target


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

https://reviews.llvm.org/D139644

Files:
  llvm/include/llvm/Analysis/InlineAdvisor.h
  llvm/lib/Analysis/InlineAdvisor.cpp
  llvm/unittests/Analysis/CMakeLists.txt
  llvm/unittests/Analysis/InlineAdvisorPlugin.cpp
  llvm/unittests/Analysis/PluginInlineAdvisorAnalysisTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139644.483323.patch
Type: text/x-patch
Size: 18913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221215/3b6fdd70/attachment-0001.bin>


More information about the llvm-commits mailing list