File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if(WIN32 OR CYGWIN)
1010 set (LLVM_LINK_COMPONENTS Core Support)
1111endif ()
1212
13- add_llvm_library( LLVMHello MODULE
13+ add_llvm_library( LLVMHello MODULE BUILDTREE_ONLY
1414 Hello.cpp
1515
1616 DEPENDS
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if(WIN32 OR CYGWIN)
1414 set (LLVM_LINK_COMPONENTS Core)
1515endif ()
1616
17- add_llvm_library( BugpointPasses MODULE
17+ add_llvm_library( BugpointPasses MODULE BUILDTREE_ONLY
1818 TestPasses.cpp
1919
2020 DEPENDS
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export_executable_symbols(PluginsTests)
1515target_link_libraries (PluginsTests PRIVATE LLVMTestingSupport)
1616
1717set (LLVM_LINK_COMPONENTS)
18- add_llvm_library(TestPlugin MODULE
18+ add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY
1919 TestPlugin.cpp
2020 )
2121
You can’t perform that action at this time.
0 commit comments