repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Masked load and store and predicate tests. NFC
[llvm-complete.git]
/
unittests
/
Option
/
CMakeLists.txt
blob
07f7b91d5f5b7f1b59338a5c920d44e80e43ddb6
1
set(LLVM_LINK_COMPONENTS
2
Option
3
Support
4
)
5
6
set(LLVM_TARGET_DEFINITIONS Opts.td)
7
8
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
9
add_public_tablegen_target(OptsTestTableGen)
10
11
add_llvm_unittest(OptionTests
12
OptionParsingTest.cpp
13
)