repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
unittests
/
Option
/
CMakeLists.txt
blob
7be4300c0f3d2c4c9f71b71f038ecb4831eb38ce
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
OptionMarshallingTest.cpp
14
)