Skip to content

Commit 7a7fe6e

Browse files
committed
[bazel] fix libc deps for 542d52b
1 parent 49bb51e commit 7a7fe6e

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/lldb/source/Plugins

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ cc_library(
748748
hdrs = glob(["MemoryHistory/asan/*.h"]),
749749
includes = [".."],
750750
deps = [
751+
":PluginInstrumentationRuntimeUtility",
751752
":PluginProcessUtility",
752753
"//lldb:Core",
753754
"//lldb:Expression",

0 commit comments

Comments
 (0)