Fix bazel dependency
authorThomas Raoux <thomasraoux@google.com>
Fri, 3 Feb 2023 07:53:30 +0000 (07:53 +0000)
committerThomas Raoux <thomasraoux@google.com>
Fri, 3 Feb 2023 08:17:34 +0000 (08:17 +0000)
Differential Revision: https://reviews.llvm.org/D143244

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

index 5a2a9e1..5920e55 100644 (file)
@@ -502,6 +502,7 @@ cc_library(
         ":BinaryFormat",
         ":DebugInfoCodeView",
         ":Support",
+        ":TargetParser",
         ":config",
         ":ir_headers",
     ],
@@ -934,6 +935,7 @@ cc_library(
         ":MC",
         ":MCParser",
         ":Support",
+        ":TargetParser",
         ":TextAPI",
         ":config",
     ],