File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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-
15451533cc_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 ],
You can’t perform that action at this time.
0 commit comments