Skip to content

Commit 9dc8cae

Browse files
committed
[bazel] Port 979462c
1 parent 979462c commit 9dc8cae

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,18 +1530,6 @@ td_library(
15301530
]),
15311531
)
15321532

1533-
gentbl_cc_library(
1534-
name = "InstCombineTableGen",
1535-
strip_include_prefix = "lib/Target/AMDGPU",
1536-
tbl_outs = {"lib/Target/AMDGPU/InstCombineTables.inc": ["-gen-searchable-tables"]},
1537-
tblgen = ":llvm-tblgen",
1538-
td_file = "lib/Target/AMDGPU/InstCombineTables.td",
1539-
deps = [
1540-
":AMDGPUTargetTdFiles",
1541-
":CommonTargetTdFiles",
1542-
],
1543-
)
1544-
15451533
cc_library(
15461534
name = "InstCombine",
15471535
srcs = glob([
@@ -2422,7 +2410,6 @@ llvm_target_lib_list = [lib for lib in [
24222410
),
24232411
],
24242412
"tbl_deps": [
2425-
":InstCombineTableGen",
24262413
":amdgpu_isel_target_gen",
24272414
":r600_target_gen",
24282415
],

0 commit comments

Comments
 (0)