Skip to content

Commit 5f24e77

Browse files
authored
[bazel] Fix build after 9fa9d9a
1 parent 286a366 commit 5f24e77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,9 +1476,11 @@ cc_library(
14761476
]),
14771477
copts = llvm_copts,
14781478
deps = [
1479+
":BinaryFormat",
14791480
":Core",
14801481
":Object",
14811482
":Support",
1483+
":TargetParser",
14821484
":TransformUtils",
14831485
],
14841486
)

0 commit comments

Comments
 (0)