[PATCH] D140588: [unittest] Restructure plugin cmake target

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 06:10:32 PST 2022


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Thanks, that looks much nicer!



================
Comment at: llvm/unittests/Passes/Plugins/DoublerPlugin/CMakeLists.txt:1
+add_llvm_library(DoublerPlugin MODULE BUILDTREE_ONLY DoublerPlugin.cpp)
+
----------------
should the two plugin dirs be below llvm/unittests/Passes/PassBuilderBindings now? (up to you)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140588



More information about the llvm-commits mailing list