Skip to content

Commit 199428e

Browse files
authored
[bazel][lld] Remove unneeded dependencies. (#144455)
As far as I can tell these are not used in any includes in their respective targets, and building all of LLD with ``` bazel build --config=generic_clang @llvm-project//lld/... ``` still works.
1 parent a02afb0 commit 199428e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ cc_library(
4949
"//llvm:CodeGen",
5050
"//llvm:Core",
5151
"//llvm:DebugInfoDWARF",
52-
"//llvm:IRPrinter",
5352
"//llvm:Option",
5453
"//llvm:ProfileData",
5554
"//llvm:Support",
@@ -153,7 +152,6 @@ cc_library(
153152
"//llvm:Option",
154153
"//llvm:Support",
155154
"//llvm:Symbolize",
156-
"//llvm:Target",
157155
"//llvm:TargetParser",
158156
"//llvm:TransformUtils",
159157
"//llvm:WindowsDriver",
@@ -210,15 +208,11 @@ cc_library(
210208
"//llvm:BitReader",
211209
"//llvm:BitWriter",
212210
"//llvm:CGData",
213-
"//llvm:Core",
214211
"//llvm:DebugInfoDWARF",
215212
"//llvm:Demangle",
216213
"//llvm:LTO",
217-
"//llvm:MC",
218-
"//llvm:ObjCARC",
219214
"//llvm:Object",
220215
"//llvm:Option",
221-
"//llvm:ProfileData",
222216
"//llvm:Support",
223217
"//llvm:TargetParser",
224218
"//llvm:TextAPI",

0 commit comments

Comments
 (0)