We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a968d9 commit 152f3e7Copy full SHA for 152f3e7
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -5697,10 +5697,17 @@ cc_binary(
5697
copts = llvm_copts,
5698
stamp = 0,
5699
deps = [
5700
+ ":AllTargetsAsmParsers",
5701
+ ":AllTargetsCodeGens",
5702
+ ":AllTargetsMCAs",
5703
":Analysis",
5704
+ ":CodeGen",
5705
":Core",
5706
":IRReader",
5707
+ ":MC",
5708
":Support",
5709
+ ":Target",
5710
+ ":TargetParser",
5711
":config",
5712
],
5713
)
0 commit comments