From: Benjamin Kramer Date: Thu, 3 Mar 2022 21:15:36 +0000 (+0100) Subject: Revert "Update bazel build rules to match 169ebf03ab2a6f16bfa32a36305929c7bc8e4784." X-Git-Tag: upstream/15.0.7~14678 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29fe819ed3bb236f231bde48130b79a0e702f8b2;p=platform%2Fupstream%2Fllvm.git Revert "Update bazel build rules to match 169ebf03ab2a6f16bfa32a36305929c7bc8e4784." This reverts commit f2af453263569bca04df8229929d988ab82fa1d7. The corresponding LLVM change was reverted in 27712243ab2680fa87b2de52ca4245d7c22f81f8. --- diff --git a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel index de8fb28..6752194 100644 --- a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel @@ -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(