Skip to content

Commit

Permalink
[Bazel] Fixup for D149515 (MCTargetDesc/*.def)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapuni committed May 21, 2023
1 parent ffa32cd commit 7580729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Expand Up @@ -2233,6 +2233,7 @@ gentbl(
# distinction between these two.
"lib/Target/" + target["name"] + "/*.def",
"lib/Target/" + target["name"] + "/*.inc",
"lib/Target/" + target["name"] + "/MCTargetDesc/*.def",
]),
copts = llvm_copts,
features = [
Expand Down

0 comments on commit 7580729

Please sign in to comment.