forked from OSchip/llvm-project
[MLIR] NFC: add back exports_files(["run_lit.sh"]).
This commit is contained in:
parent
651f4ce7b1
commit
250cde6ea9
|
@ -21,7 +21,10 @@ package(
|
|||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files(["LICENSE.TXT"])
|
||||
exports_files([
|
||||
"LICENSE.TXT",
|
||||
"run_lit.sh",
|
||||
])
|
||||
|
||||
filegroup(
|
||||
name = "c_headers",
|
||||
|
|
Loading…
Reference in New Issue