diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2025-07-03 11:33:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-03 11:33:11 +0100 |
commit | 7763002357782306eee27f03f132f79eaee9621e (patch) | |
tree | 3fb3b6f008e73df282cf801b9819b4903b7bb2e6 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 4e8843ee870eb64b713ddc1f3c06e5a814339a89 (diff) | |
download | llvm-7763002357782306eee27f03f132f79eaee9621e.zip llvm-7763002357782306eee27f03f132f79eaee9621e.tar.gz llvm-7763002357782306eee27f03f132f79eaee9621e.tar.bz2 |
[MLIR/Utils] Add missing dep on Arith dialect (#146834)
Fix the following compile error when building libMLIRDialectUtils.a
only:
In file included from
mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h:17,
from mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp:9:
mlir/include/mlir/Dialect/Arith/IR/Arith.h:28:10:
fatal error: mlir/Dialect/Arith/IR/ArithOpsDialect.h.inc: No such file
or directory
ArithDialect dependency is now needed since
0515449f6dcb452ea0b089fb3057d469c3cffa3f to create arith.muli op.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions