Skip to content

Commit 84fb0ad

Browse files
committed
[bazel] Add a dep from target asm parsers to :TargetParser
This is needed for the AArch64 asm parser after 9ea00fc
1 parent 0a1f30c commit 84fb0ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,6 +2200,7 @@ gentbl(
22002200
":MCParser",
22012201
":Support",
22022202
":Target",
2203+
":TargetParser",
22032204
":" + target["name"] + "CodeGen",
22042205
":" + target["name"] + "CommonTableGen",
22052206
":" + target["name"] + "Info",

0 commit comments

Comments
 (0)