1set(LLVM_LINK_COMPONENTS
2  Option
3  Support
4  )
5
6set(LLVM_TARGET_DEFINITIONS Opts.td)
7
8tablegen(LLVM Opts.inc -gen-opt-parser-defs)
9add_public_tablegen_target(OptsTestTableGen)
10
11add_llvm_unittest(OptionTests
12  OptionParsingTest.cpp
13  )
14