[Debuginfod][Symbolizer] Cut dependency cycle after 4a6553f4c2

This commit is contained in:
Benjamin Kramer 2022-02-08 21:53:30 +01:00
parent ef14b78d9a
commit 6fde1afecd
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@
#include "llvm/DebugInfo/Symbolize/DIFetcher.h"
#include "llvm/Debuginfod/Debuginfod.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"

View File

@ -408,6 +408,7 @@ cc_library(
copts = llvm_copts,
deps = [
":Support",
":Symbolize",
],
)
@ -462,7 +463,6 @@ cc_library(
":DebugInfo",
":DebugInfoDWARF",
":DebugInfoPDB",
":Debuginfod",
":Demangle",
":Object",
":Support",