mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
c0bd8f95ce
llvm-svn: 169344
16 lines
284 B
CMake
16 lines
284 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Option
|
|
Support
|
|
)
|
|
|
|
set(LLVM_TARGET_DEFINITIONS Opts.td)
|
|
|
|
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
|
|
add_public_tablegen_target(OptsTestTableGen)
|
|
|
|
add_llvm_unittest(OptionTests
|
|
OptionParsingTest.cpp
|
|
)
|
|
|
|
add_dependencies(OptionTests OptsTestTableGen)
|