forked from OSchip/llvm-project
Revert "Update bazel build rules to match 169ebf03ab2a6f16bfa32a36305929c7bc8e4784."
This reverts commitf2af453263
. The corresponding LLVM change was reverted in27712243ab
.
This commit is contained in:
parent
d74a3a514c
commit
29fe819ed3
|
@ -619,10 +619,7 @@ gentbl(
|
|||
tbl_outs = [("-gen-attrs", "include/llvm/IR/Attributes.inc")],
|
||||
tblgen = ":llvm-tblgen",
|
||||
td_file = "include/llvm/IR/Attributes.td",
|
||||
td_srcs = [
|
||||
"include/llvm/IR/Attributes.td",
|
||||
"include/llvm/IR/AttributesAMDGPU.td",
|
||||
],
|
||||
td_srcs = ["include/llvm/IR/Attributes.td"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
|
|
Loading…
Reference in New Issue