Revert "Update bazel build rules to match 169ebf03ab2a6f16bfa32a36305929c7bc8e4784."

This reverts commit f2af453263. The
corresponding LLVM change was reverted in 27712243ab.
This commit is contained in:
Benjamin Kramer 2022-03-03 22:15:36 +01:00
parent d74a3a514c
commit 29fe819ed3
1 changed files with 1 additions and 4 deletions

View File

@ -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(