Skip to content

Commit 7c5d27f

Browse files
committed
[llvm] make TableGenTests link against static libs
1 parent 02468e1 commit 7c5d27f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/unittests/TableGen/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ add_llvm_unittest(TableGenTests
1313
AutomataTest.cpp
1414
CodeExpanderTest.cpp
1515
ParserEntryPointTest.cpp
16+
17+
DISABLE_LLVM_LINK_LLVM_DYLIB
1618
)
1719

1820
target_link_libraries(TableGenTests PRIVATE LLVMTableGenCommon LLVMTableGen)

0 commit comments

Comments
 (0)