forked from OSchip/llvm-project
[MLIR] NFC: add back `exports_files(["LICENSE.txt"])`.
This commit is contained in:
parent
c69c780aef
commit
482aff4576
|
@ -21,6 +21,8 @@ package(
|
||||||
|
|
||||||
licenses(["notice"])
|
licenses(["notice"])
|
||||||
|
|
||||||
|
exports_files(["LICENSE.TXT"])
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "c_headers",
|
name = "c_headers",
|
||||||
srcs = glob(["include/mlir-c/**/*"]), # <== i.e. match the entire tree
|
srcs = glob(["include/mlir-c/**/*"]), # <== i.e. match the entire tree
|
||||||
|
|
Loading…
Reference in New Issue