Skip to content

Commit 6fde1af

Browse files
committed
[Debuginfod][Symbolizer] Cut dependency cycle after 4a6553f
1 parent ef14b78 commit 6fde1af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

llvm/lib/DebugInfo/Symbolize/DIFetcher.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#include "llvm/DebugInfo/Symbolize/DIFetcher.h"
1616

17-
#include "llvm/Debuginfod/Debuginfod.h"
1817
#include "llvm/Support/FileSystem.h"
1918
#include "llvm/Support/Path.h"
2019

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ cc_library(
408408
copts = llvm_copts,
409409
deps = [
410410
":Support",
411+
":Symbolize",
411412
],
412413
)
413414

@@ -462,7 +463,6 @@ cc_library(
462463
":DebugInfo",
463464
":DebugInfoDWARF",
464465
":DebugInfoPDB",
465-
":Debuginfod",
466466
":Demangle",
467467
":Object",
468468
":Support",

0 commit comments

Comments
 (0)