19 lines · plain
1set(LLVM_LINK_COMPONENTS2 Option3 Support4 )5 6set(LLVM_TARGET_DEFINITIONS Opts.td)7tablegen(LLVM Opts.inc -gen-opt-parser-defs)8 9set(LLVM_TARGET_DEFINITIONS SubCommandOpts.td)10tablegen(LLVM SubCommandOpts.inc -gen-opt-parser-defs)11 12add_public_tablegen_target(OptsTestTableGen)13 14add_llvm_unittest(OptionTests15 OptionParsingTest.cpp16 OptionMarshallingTest.cpp17 OptionSubCommandsTest.cpp18 )19