[gn build] (manually) port 480dcdc897 (llvm-ifs OptTable)

This commit is contained in:
Nico Weber 2022-05-20 13:13:37 -04:00
parent 873a3e2c1d
commit 98d141481e
1 changed files with 9 additions and 0 deletions

View File

@ -1,8 +1,17 @@
import("//llvm/utils/TableGen/tablegen.gni")
tablegen("Opts") {
visibility = [ ":llvm-ifs" ]
args = [ "-gen-opt-parser-defs" ]
}
executable("llvm-ifs") {
deps = [
":Opts",
"//llvm/lib/InterfaceStub",
"//llvm/lib/Object",
"//llvm/lib/ObjectYAML",
"//llvm/lib/Option",
"//llvm/lib/Support",
"//llvm/lib/TextAPI",
]