[PATCH] D140559: [InlineAdvisor] Restructure advisor plugin unittest cmake
IBricchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 22 09:06:47 PST 2022
IBricchi created this revision.
Herald added a subscriber: mtrofin.
Herald added a project: All.
IBricchi updated this revision to Diff 484858.
IBricchi added a comment.
IBricchi added reviewers: mtrofin, thakis.
IBricchi added a subscriber: ttheodor.
IBricchi published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Add new line at end of each file
IBricchi added a comment.
This patch addresses the cmake structure concerns mentioned in https://reviews.llvm.org/D139644
Move the plugin used in the unittest to test Inline Advisor Plugins
into a separate folder to clean up the cmake file for the analysis
tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140559
Files:
llvm/unittests/Analysis/CMakeLists.txt
llvm/unittests/Analysis/InlineAdvisorPlugin.cpp
llvm/unittests/Analysis/InlineAdvisorPlugin/CMakeLists.txt
llvm/unittests/Analysis/InlineAdvisorPlugin/InlineAdvisorPlugin.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140559.484858.patch
Type: text/x-patch
Size: 6002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221222/10e84eb7/attachment.bin>
More information about the llvm-commits
mailing list