We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c663b25 commit 8b85711Copy full SHA for 8b85711
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -1217,7 +1217,6 @@ cc_library(
1217
deps = [
1218
":Analysis",
1219
":Core",
1220
- ":InstCombineTableGen",
1221
":Support",
1222
":Target",
1223
":TransformUtils",
@@ -1776,6 +1775,7 @@ llvm_target_lib_list = [lib for lib in [
1776
1775
("-gen-searchable-tables", "lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc"),
1777
],
1778
"tbl_deps": [
+ ":InstCombineTableGen",
1779
":amdgpu_isel_target_gen",
1780
":r600_target_gen",
1781
0 commit comments