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

IBricchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 07:09:10 PST 2022


IBricchi added inline comments.


================
Comment at: llvm/unittests/Passes/Plugins/DoublerPlugin/CMakeLists.txt:1
+add_llvm_library(DoublerPlugin MODULE BUILDTREE_ONLY DoublerPlugin.cpp)
+
----------------
thakis wrote:
> should the two plugin dirs be below llvm/unittests/Passes/PassBuilderBindings now? (up to you)
I don't think so since it's the "Passes/Plugins/PluginsTests.cpp" file that uses them


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