File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set(LLVM_LINK_COMPONENTS
8
8
TableGen
9
9
)
10
10
11
- add_llvm_library (LLVMTableGenBasic STATIC OBJECT EXCLUDE_FROM_ALL
11
+ add_llvm_library (LLVMTableGenBasic OBJECT EXCLUDE_FROM_ALL
12
12
CodeGenIntrinsics.cpp
13
13
SDNodeProperties.cpp
14
14
)
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ add_tablegen(llvm-tblgen LLVM
75
75
X86MnemonicTables.cpp
76
76
X86ModRMFilters.cpp
77
77
X86RecognizableInstr.cpp
78
+ $< TARGET_OBJECTS:obj.LLVMTableGenBasic>
78
79
$< TARGET_OBJECTS:obj.LLVMTableGenCommon>
79
80
80
81
DEPENDS
81
82
intrinsics_gen # via llvm-min-tablegen
82
83
)
83
- target_link_libraries (llvm-tblgen PRIVATE LLVMTableGenCommon )
84
84
set_target_properties (llvm-tblgen PROPERTIES FOLDER "Tablegenning" )
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ add_llvm_library(LLVMTableGenCommon STATIC OBJECT EXCLUDE_FROM_ALL
39
39
vt_gen
40
40
)
41
41
set_target_properties (LLVMTableGenCommon PROPERTIES FOLDER "Tablegenning" )
42
- target_link_libraries (LLVMTableGenCommon PUBLIC LLVMTableGenBasic )
43
42
44
43
# Users may include its headers as "Common/*.h"
45
44
target_include_directories (LLVMTableGenCommon
You can’t perform that action at this time.
0 commit comments