File tree 3 files changed +3
-3
lines changed
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)
10
10
set (LLVM_LINK_COMPONENTS Core Support)
11
11
endif ()
12
12
13
- add_llvm_library( LLVMHello MODULE
13
+ add_llvm_library( LLVMHello MODULE BUILDTREE_ONLY
14
14
Hello.cpp
15
15
16
16
DEPENDS
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if(WIN32 OR CYGWIN)
14
14
set (LLVM_LINK_COMPONENTS Core)
15
15
endif ()
16
16
17
- add_llvm_library( BugpointPasses MODULE
17
+ add_llvm_library( BugpointPasses MODULE BUILDTREE_ONLY
18
18
TestPasses.cpp
19
19
20
20
DEPENDS
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export_executable_symbols(PluginsTests)
15
15
target_link_libraries (PluginsTests PRIVATE LLVMTestingSupport)
16
16
17
17
set (LLVM_LINK_COMPONENTS)
18
- add_llvm_library(TestPlugin MODULE
18
+ add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY
19
19
TestPlugin.cpp
20
20
)
21
21
You can’t perform that action at this time.
0 commit comments