[MLIR] NFC: add back exports_files(["run_lit.sh"]).

This commit is contained in:
Christian Sigg 2022-09-08 07:46:10 +02:00
parent 651f4ce7b1
commit 250cde6ea9
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@ package(
licenses(["notice"])
exports_files(["LICENSE.TXT"])
exports_files([
"LICENSE.TXT",
"run_lit.sh",
])
filegroup(
name = "c_headers",