summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/llvm/BUILD.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
index 38b9f4028eba..fec1183dc6f9 100644
--- a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -616,6 +616,7 @@ cc_library(
features = ["-header_modules"],
strip_include_prefix = "utils/TableGen",
deps = [
+ ":CodeGen",
":Support",
":TableGen",
":config",
@@ -642,11 +643,11 @@ cc_binary(
copts = llvm_copts,
stamp = 0,
deps = [
+ ":CodeGen",
":Support",
":TableGen",
":TableGenGlobalISel",
":config",
- ":intrinsic_enums_gen",
":llvm-tblgen-headers",
],
)
@@ -2336,6 +2337,7 @@ gentbl(
copts = llvm_copts,
features = ["-layering_check"],
deps = [
+ ":CodeGen",
":MC",
":MCA",
":MCParser",
@@ -3404,6 +3406,7 @@ cc_binary(
deps = [
":AllTargetsAsmParsers",
":AllTargetsCodeGens",
+ ":CodeGen",
":DWARFLinker",
":DebugInfoDWARF",
":DwarfutilOptionsTableGen",
@@ -3444,6 +3447,7 @@ cc_binary(
":AllTargetsAsmParsers",
":AllTargetsCodeGens",
":AllTargetsDisassemblers",
+ ":CodeGen",
":Exegesis",
":MC",
":MCParser",