Skip to content

Commit f1779ae

Browse files
authored
[bazel] Port 4bac8fd (#104278)
1 parent 743e99d commit f1779ae

File tree

1 file changed

+4
-1
lines changed
  • utils/bazel/llvm-project-overlay/llvm/utils/lit/tests

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ expand_template(
3333
"//llvm:not",
3434
] + glob(["Inputs/**"]),
3535
)
36-
for src in glob(["*/*.py"])
36+
for src in glob(
37+
["*/*.py"],
38+
exclude = ["Inputs/**"],
39+
)
3740
]

0 commit comments

Comments
 (0)