Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chapuni committed Sep 8, 2024
1 parent 7156077 commit c5f1b2b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1358,11 +1358,9 @@ gentbl(
tblgen = ":llvm-tblgen",
td_file = "lib/Target/AMDGPU/InstCombineTables.td",
td_srcs = glob([
"include/llvm/CodeGen/*.td",
"include/llvm/IR/Intrinsics*.td",
"lib/Target/AMDGPU/*.td",
]) + [
"lib/Target/AMDGPU/InstCombineTables.td",
"include/llvm/TableGen/SearchableTable.td",
":common_target_td_sources",
],
)

Expand Down

0 comments on commit c5f1b2b

Please sign in to comment.