blob: 185d503912fd862fa953b79e94c2948eeea73495 [file] [log] [blame]
Michael J. Spencer41ee0412012-12-05 00:29:32 +00001set(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
15add_dependencies(OptionTests OptsTestTableGen)