Skip to content

Commit 52abac2

Browse files
committed
[bazel] Add missing dep from DwarfLinkerParallel to Object
llvm-dwarfutil now builds successfully with Bazel.
1 parent a6e6abd commit 52abac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,6 +2797,7 @@ cc_library(
27972797
":DWARFLinker",
27982798
":DebugInfoDWARF",
27992799
":MC",
2800+
":Object",
28002801
":Support",
28012802
":Target",
28022803
":TargetParser",

0 commit comments

Comments
 (0)