[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / utils / gn / secondary / llvm / tools / llvm-rc / BUILD.gn
blobd47148a1459aa166ad7f793e46d0aefe9fe8a8b3
1 import("//llvm/utils/TableGen/tablegen.gni")
3 tablegen("Opts") {
4   visibility = [ ":llvm-rc" ]
5   args = [ "-gen-opt-parser-defs" ]
8 executable("llvm-rc") {
9   deps = [
10     ":Opts",
11     "//llvm/lib/Option",
12     "//llvm/lib/Support",
13   ]
14   sources = [
15     "ResourceFileWriter.cpp",
16     "ResourceScriptCppFilter.cpp",
17     "ResourceScriptParser.cpp",
18     "ResourceScriptStmt.cpp",
19     "ResourceScriptToken.cpp",
20     "llvm-rc.cpp",
21   ]