Skip to content

Commit 81fc43a

Browse files
authored
[unittests] Fix TableGenTests with LLVM_LINK_LLVM_DYLIB (#86664)
Since the restructuring in commit fa3d789, the option DISABLE_LLVM_LINK_LLVM_DYLIB is counter-productive and leads to CommandLine Error: Option 'debug-counter' registered more than once!
1 parent f92f775 commit 81fc43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/TableGen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tablegen(LLVM AutomataTables.inc -gen-searchable-tables)
99
tablegen(LLVM AutomataAutomata.inc -gen-automata)
1010
add_public_tablegen_target(AutomataTestTableGen)
1111

12-
add_llvm_unittest(TableGenTests DISABLE_LLVM_LINK_LLVM_DYLIB
12+
add_llvm_unittest(TableGenTests
1313
AutomataTest.cpp
1414
CodeExpanderTest.cpp
1515
ParserEntryPointTest.cpp

0 commit comments

Comments
 (0)