File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ add_public_tablegen_target(AutomataTestTableGen)
12
12
add_llvm_unittest (TableGenTests
13
13
CodeExpanderTest.cpp
14
14
AutomataTest.cpp
15
- $< TARGET_OBJECTS:obj.LLVMTableGenGlobalISel>
16
15
)
17
16
include_directories (${CMAKE_CURRENT_SOURCE_DIR} /../../utils/TableGen )
18
- target_link_libraries (TableGenTests PRIVATE LLVMTableGen )
17
+ target_link_libraries (TableGenTests PRIVATE LLVMTableGenGlobalISel LLVMTableGen )
Original file line number Diff line number Diff line change @@ -56,6 +56,6 @@ add_tablegen(llvm-tblgen LLVM
56
56
X86RecognizableInstr.cpp
57
57
WebAssemblyDisassemblerEmitter.cpp
58
58
CTagsEmitter.cpp
59
- $< TARGET_OBJECTS:obj.LLVMTableGenGlobalISel>
60
59
)
60
+ target_link_libraries (llvm-tblgen PRIVATE LLVMTableGenGlobalISel )
61
61
set_target_properties (llvm-tblgen PROPERTIES FOLDER "Tablegenning" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set(LLVM_LINK_COMPONENTS
3
3
TableGen
4
4
)
5
5
6
- add_llvm_library (LLVMTableGenGlobalISel OBJECT
6
+ add_llvm_library (LLVMTableGenGlobalISel STATIC DISABLE_LLVM_LINK_LLVM_DYLIB
7
7
CodeExpander.cpp
8
8
GIMatchDag.cpp
9
9
GIMatchDagEdge.cpp
You can’t perform that action at this time.
0 commit comments