mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 18:44:31 +08:00
Revert "Update bazel build rules to match 169ebf03ab2a6f16bfa32a36305929c7bc8e4784."
This reverts commitf2af453263. The corresponding LLVM change was reverted in27712243ab.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user