1import("//llvm/utils/TableGen/tablegen.gni")
2
3tablegen("Options") {
4  args = [ "-gen-opt-parser-defs" ]
5}
6