forked from OSchip/llvm-project
[Debuginfod][Symbolizer] Cut dependency cycle after 4a6553f4c2
This commit is contained in:
parent
ef14b78d9a
commit
6fde1afecd
|
@ -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"
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue