[llvm] [bazel] Port e9c8f75d45ababe7f805078bbf7bda2e7425f1b7 (PR #111928)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 16:55:40 PDT 2024
https://github.com/keith created https://github.com/llvm/llvm-project/pull/111928
None
>From 0b1336c8bb28f2d01ac07d364ea09ccd60d5f244 Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Thu, 10 Oct 2024 23:44:34 +0000
Subject: [PATCH] [bazel] Port e9c8f75d45ababe7f805078bbf7bda2e7425f1b7
---
.../bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel | 2 ++
1 file changed, 2 insertions(+)
diff --git a/utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel b/utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel
index 96202bf47b8486..38493411addebf 100644
--- a/utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel
@@ -2248,6 +2248,8 @@ cc_library(
hdrs = glob(["Process/minidump/*.h"]),
include_prefix = "Plugins",
deps = [
+ ":PluginDynamicLoaderPosixDYLD",
+ ":PluginDynamicLoaderPosixDYLDHeaders",
":PluginObjectFilePlaceholder",
":PluginProcessElfCore",
":PluginProcessUtility",
More information about the llvm-commits
mailing list