summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlan Li <me@alanli.org>2025-11-18 09:25:30 -0500
committerGitHub <noreply@github.com>2025-11-18 14:25:30 +0000
commit6fc2bc1ccc0d8f08ed794c792ec6ef145ee4ea1f (patch)
treec451e8aeae1c43e78518bb18551d2c9f406bddc1 /utils
parent65c4a534bd55ed56962fb99c36f464b3f1c9732f (diff)
[BAZEL] Fix OrcDebugging dep (#168540)
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/llvm/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
index 635f77215b38..ddad2f4f7611 100644
--- a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -4100,6 +4100,7 @@ cc_library(
":DebugInfo",
":DebugInfoDWARF",
":JITLink",
+ ":Object",
":OrcJIT",
":OrcShared",
":Support",