Skip to content

Commit

Permalink
[gn] port e281d10 more
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Mar 1, 2023
1 parent 17718a2 commit 8e4f825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion llvm/unittests/Passes/Plugins/DoublerPlugin/CMakeLists.txt
@@ -1,4 +1,6 @@
add_llvm_library(DoublerPlugin MODULE BUILDTREE_ONLY DoublerPlugin.cpp)
add_llvm_library(DoublerPlugin MODULE BUILDTREE_ONLY
DoublerPlugin.cpp
)

# Put PLUGIN next to the unit test executable.
set_output_directory(DoublerPlugin
Expand Down
4 changes: 3 additions & 1 deletion llvm/unittests/Passes/Plugins/TestPlugin/CMakeLists.txt
@@ -1,4 +1,6 @@
add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY TestPlugin.cpp)
add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY
TestPlugin.cpp
)

# Put PLUGIN next to the unit test executable.
set_output_directory(TestPlugin
Expand Down

0 comments on commit 8e4f825

Please sign in to comment.