[ARM] Masked load and store and predicate tests. NFC
[llvm-complete.git] / unittests / Option / CMakeLists.txt
blob07f7b91d5f5b7f1b59338a5c920d44e80e43ddb6
1 set(LLVM_LINK_COMPONENTS
2   Option
3   Support
4   )
6 set(LLVM_TARGET_DEFINITIONS Opts.td)
8 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
9 add_public_tablegen_target(OptsTestTableGen)
11 add_llvm_unittest(OptionTests
12   OptionParsingTest.cpp
13   )