Skip to content

Commit 78fa415

Browse files
committed
[bazel] Update deps (#107339) for AMDGPU/InstCombineTableGen
FIXME: Move this to the relevant block.
1 parent 7156077 commit 78fa415

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

+2-4
Original file line numberDiff line numberDiff line change
@@ -1358,11 +1358,9 @@ gentbl(
13581358
tblgen = ":llvm-tblgen",
13591359
td_file = "lib/Target/AMDGPU/InstCombineTables.td",
13601360
td_srcs = glob([
1361-
"include/llvm/CodeGen/*.td",
1362-
"include/llvm/IR/Intrinsics*.td",
1361+
"lib/Target/AMDGPU/*.td",
13631362
]) + [
1364-
"lib/Target/AMDGPU/InstCombineTables.td",
1365-
"include/llvm/TableGen/SearchableTable.td",
1363+
":common_target_td_sources",
13661364
],
13671365
)
13681366

0 commit comments

Comments
 (0)