Skip to content

Commit 250cde6

Browse files
committed
[MLIR] NFC: add back exports_files(["run_lit.sh"]).
1 parent 651f4ce commit 250cde6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ package(
2121

2222
licenses(["notice"])
2323

24-
exports_files(["LICENSE.TXT"])
24+
exports_files([
25+
"LICENSE.TXT",
26+
"run_lit.sh",
27+
])
2528

2629
filegroup(
2730
name = "c_headers",

0 commit comments

Comments
 (0)