Fix OSS build

Adds common_target_td_sources, which was previously not defined in the
generated BUILD file.

PiperOrigin-RevId: 291257367
Change-Id: I50c63f6fb64667d6df9220a035e9f6c49cc799fc
This commit is contained in:
George Karpenkov 2020-01-23 15:25:56 -08:00 committed by TensorFlower Gardener
parent d855adfc5a
commit fbf0e3dd90

View File

@ -571,6 +571,17 @@ llvm_target_list = [
},
]
filegroup(
name = "common_target_td_sources",
srcs = glob([
"include/llvm/CodeGen/*.td",
"include/llvm/IR/Intrinsics*.td",
"include/llvm/TableGen/*.td",
"include/llvm/Target/*.td",
"include/llvm/Target/GlobalISel/*.td",
]),
)
gentbl(
name = "amdgpu_isel_target_gen",
tbl_outs = [