[all-commits] [llvm/llvm-project] ff600d: Add ":MathDialect" as a dep of "GPUDialect". Fixes...
DeanSturtevant1 via All-commits
all-commits at lists.llvm.org
Mon Jul 7 12:24:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff600da8be33120d2bfebaacf690c8d8ec1db411
https://github.com/llvm/llvm-project/commit/ff600da8be33120d2bfebaacf690c8d8ec1db411
Author: DeanSturtevant1 <dsturtevant at google.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Add ":MathDialect" as a dep of "GPUDialect". Fixes bazel build. (#147376)
Error was:
external/llvm-project/mlir/lib/Dialect/GPU/IR/GPUDialect.cpp:17:10:
fatal error: 'mlir/Dialect/Math/IR/Math.h' file not found
17 | #include "mlir/Dialect/Math/IR/Math.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
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