blob: 07f7b91d5f5b7f1b59338a5c920d44e80e43ddb6 [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 )