Skip to content

Commit

Permalink
[bazel] Port 4bac8fd (llvm#104278)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Aug 14, 2024
1 parent 743e99d commit f1779ae
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ expand_template(
"//llvm:not",
] + glob(["Inputs/**"]),
)
for src in glob(["*/*.py"])
for src in glob(
["*/*.py"],
exclude = ["Inputs/**"],
)
]

0 comments on commit f1779ae

Please sign in to comment.