Skip to content

Commit 6deb7cf

Browse files
committed
Revert "[TableGen] Exclude LLVMTableGenGlobalISel from "all""
This reverts commit 722db78.
1 parent d2b0e23 commit 6deb7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/GlobalISel/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(LLVM_LINK_COMPONENTS
33
TableGen
44
)
55

6-
add_llvm_library(LLVMTableGenGlobalISel STATIC OBJECT EXCLUDE_FROM_ALL
6+
add_llvm_library(LLVMTableGenGlobalISel STATIC DISABLE_LLVM_LINK_LLVM_DYLIB
77
CodeExpander.cpp
88
CXXPredicates.cpp
99
MatchDataInfo.cpp

0 commit comments

Comments
 (0)