[all-commits] [llvm/llvm-project] 776300: [MLIR/Utils] Add missing dep on Arith dialect (#14...
RoboTux via All-commits
all-commits at lists.llvm.org
Thu Jul 3 03:33:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7763002357782306eee27f03f132f79eaee9621e
https://github.com/llvm/llvm-project/commit/7763002357782306eee27f03f132f79eaee9621e
Author: Thomas Preud'homme <thomas.preudhomme at arm.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M mlir/lib/Dialect/Utils/CMakeLists.txt
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list