1 set(LLVM_LINK_COMPONENTS
6 set(LLVM_TARGET_DEFINITIONS Automata.td)
8 tablegen(LLVM AutomataTables.inc -gen-searchable-tables)
9 tablegen(LLVM AutomataAutomata.inc -gen-automata)
10 add_public_tablegen_target(AutomataTestTableGen)
12 add_llvm_unittest(TableGenTests
15 ParserEntryPointTest.cpp
18 target_link_libraries(TableGenTests PRIVATE LLVMTableGenCommon LLVMTableGen)