Skip to content

Commit 8b85711

Browse files
committed
[Bazel] Move InstCombineTableGen from InstCombine to AMDGPUCodeGen
1 parent c663b25 commit 8b85711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,6 @@ cc_library(
12171217
deps = [
12181218
":Analysis",
12191219
":Core",
1220-
":InstCombineTableGen",
12211220
":Support",
12221221
":Target",
12231222
":TransformUtils",
@@ -1776,6 +1775,7 @@ llvm_target_lib_list = [lib for lib in [
17761775
("-gen-searchable-tables", "lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc"),
17771776
],
17781777
"tbl_deps": [
1778+
":InstCombineTableGen",
17791779
":amdgpu_isel_target_gen",
17801780
":r600_target_gen",
17811781
],

0 commit comments

Comments
 (0)