2017-07-25 08:25:18 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Option
|
2017-07-25 08:51:40 +08:00
|
|
|
Support
|
2017-07-25 08:25:18 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
set(LLVM_TARGET_DEFINITIONS Opts.td)
|
|
|
|
|
|
|
|
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
|
|
|
|
add_public_tablegen_target(RcTableGen)
|
|
|
|
|
|
|
|
add_llvm_tool(llvm-rc
|
|
|
|
llvm-rc.cpp
|
2017-09-30 01:14:09 +08:00
|
|
|
ResourceFileWriter.cpp
|
2017-08-19 02:24:17 +08:00
|
|
|
ResourceScriptParser.cpp
|
|
|
|
ResourceScriptStmt.cpp
|
2017-08-11 00:21:44 +08:00
|
|
|
ResourceScriptToken.cpp
|
2017-07-25 08:25:18 +08:00
|
|
|
)
|