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:
parent
d855adfc5a
commit
fbf0e3dd90
11
third_party/llvm/llvm.autogenerated.BUILD
vendored
11
third_party/llvm/llvm.autogenerated.BUILD
vendored
@ -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(
|
gentbl(
|
||||||
name = "amdgpu_isel_target_gen",
|
name = "amdgpu_isel_target_gen",
|
||||||
tbl_outs = [
|
tbl_outs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user