Skip to content

Commit 65365cf

Browse files
committed
Add deps on LLVMTableGenCommon even if it is actually unused.
1 parent 137d803 commit 65365cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/utils/TableGen/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ add_llvm_library(LLVMTableGenCommon STATIC OBJECT EXCLUDE_FROM_ALL
99
SDNodeProperties.cpp
1010
VTEmitter.cpp
1111
PARTIAL_SOURCES_INTENDED
12+
13+
LINK_COMPONENTS
14+
Support
15+
TableGen
1216
)
1317
set_target_properties(LLVMTableGenCommon PROPERTIES FOLDER "Tablegenning")
1418

0 commit comments

Comments
 (0)