Skip to content

Commit af3a890

Browse files
rnkLukacma
authored andcommitted
[bazel] Fix build for ir2vec changes 7634a8e (llvm#164734)
1 parent 2ff755a commit af3a890

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5697,10 +5697,17 @@ cc_binary(
56975697
copts = llvm_copts,
56985698
stamp = 0,
56995699
deps = [
5700+
":AllTargetsAsmParsers",
5701+
":AllTargetsCodeGens",
5702+
":AllTargetsMCAs",
57005703
":Analysis",
5704+
":CodeGen",
57015705
":Core",
57025706
":IRReader",
5707+
":MC",
57035708
":Support",
5709+
":Target",
5710+
":TargetParser",
57045711
":config",
57055712
],
57065713
)

0 commit comments

Comments
 (0)