blob: bf90e0667c926e28d62dc8768ce1ae4f04caed1c [file] [log] [blame]
import("//clang/utils/TableGen/clang_tablegen.gni")
clang_tablegen("AttrPCHRead") {
args = [
"-gen-clang-attr-pch-read",
"-I",
rebase_path("../..", root_out_dir),
]
td_file = "../Basic/Attr.td"
}
clang_tablegen("AttrPCHWrite") {
args = [
"-gen-clang-attr-pch-write",
"-I",
rebase_path("../..", root_out_dir),
]
td_file = "../Basic/Attr.td"
}