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"])
|
||||
|
||||
exports_files(["LICENSE.TXT"])
|
||||
|
||||
filegroup(
|
||||
name = "c_headers",
|
||||
srcs = glob(["include/mlir-c/**/*"]), # <== i.e. match the entire tree
|
||||
|
|
Loading…
Reference in New Issue