Skip to content

Commit 8b2e50b

Browse files
committed
[llvm][bazel] Fix BUILD after e86ebe4.
1 parent dc9664a commit 8b2e50b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4607,11 +4607,16 @@ cc_binary(
46074607
copts = llvm_copts,
46084608
stamp = 0,
46094609
deps = [
4610+
":AllTargetsAsmParsers",
4611+
":AllTargetsCodeGens",
46104612
":BitWriter",
46114613
":Core",
46124614
":IRPrinter",
46134615
":IRReader",
4616+
":MC",
46144617
":Support",
4618+
":Target",
4619+
":TargetParser",
46154620
":TransformUtils",
46164621
],
46174622
)

0 commit comments

Comments
 (0)