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 dc9664a commit 8b2e50bCopy full SHA for 8b2e50b
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -4607,11 +4607,16 @@ cc_binary(
4607
copts = llvm_copts,
4608
stamp = 0,
4609
deps = [
4610
+ ":AllTargetsAsmParsers",
4611
+ ":AllTargetsCodeGens",
4612
":BitWriter",
4613
":Core",
4614
":IRPrinter",
4615
":IRReader",
4616
+ ":MC",
4617
":Support",
4618
+ ":Target",
4619
+ ":TargetParser",
4620
":TransformUtils",
4621
],
4622
)
0 commit comments