1set(LLVM_LINK_COMPONENTS
2  Option
3  Support
4  )
5
6set(LLVM_TARGET_DEFINITIONS Opts.td)
7
8tablegen(LLVM Opts.inc -gen-opt-parser-defs)
9add_public_tablegen_target(RcTableGen)
10
11add_llvm_tool(llvm-rc
12  llvm-rc.cpp
13  ResourceFileWriter.cpp
14  ResourceScriptCppFilter.cpp
15  ResourceScriptParser.cpp
16  ResourceScriptStmt.cpp
17  ResourceScriptToken.cpp
18  )
19