blob: d47148a1459aa166ad7f793e46d0aefe9fe8a8b3 [file] [log] [blame]
import("//llvm/utils/TableGen/tablegen.gni")
tablegen("Opts") {
visibility = [ ":llvm-rc" ]
args = [ "-gen-opt-parser-defs" ]
}
executable("llvm-rc") {
deps = [
":Opts",
"//llvm/lib/Option",
"//llvm/lib/Support",
]
sources = [
"ResourceFileWriter.cpp",
"ResourceScriptCppFilter.cpp",
"ResourceScriptParser.cpp",
"ResourceScriptStmt.cpp",
"ResourceScriptToken.cpp",
"llvm-rc.cpp",
]
}