File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
include/mlir/Dialect/Tosa/IR
lib/Dialect/Tosa/Transforms
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 3 files changed +4
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ TosaProfileCompliance::TosaProfileCompliance() {
2727
2828// The profile-based compliance content below is auto-generated by a script
2929// in https://git.mlplatform.org/tosa/specification.git
30- #include " mlir/Dialect/Tosa/IR/TosaComplianceData.h"
30+ #include " mlir/Dialect/Tosa/IR/TosaComplianceData.h.inc "
3131 // End of auto-generated metadata
3232}
3333
Original file line number Diff line number Diff line change @@ -12356,7 +12356,9 @@ cc_library(
1235612356 "lib/Dialect/Tosa/IR/*.cpp" ,
1235712357 "lib/Dialect/Tosa/Utils/*.cpp" ,
1235812358 "lib/Dialect/Tosa/Transforms/*.cpp" ,
12359- ]),
12359+ ]) + [
12360+ "include/mlir/Dialect/Tosa/IR/TosaComplianceData.h.inc" ,
12361+ ],
1236012362 hdrs = glob ([
1236112363 "include/mlir/Dialect/Tosa/IR/*.h" ,
1236212364 "include/mlir/Dialect/Tosa/Utils/*.h" ,
You can’t perform that action at this time.
0 commit comments