[all-commits] [llvm/llvm-project] 3f797a: [mlir][spirv] Add missing #include in SPIRVImageIn...
Chenguang Wang via All-commits
all-commits at lists.llvm.org
Thu Aug 14 19:08:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f797a8342c3dbe4a260b26f948d8776ff490431
https://github.com/llvm/llvm-project/commit/3f797a8342c3dbe4a260b26f948d8776ff490431
Author: Chenguang Wang <w3cing at gmail.com>
Date: 2025-08-14 (Thu, 14 Aug 2025)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/Interfaces/SPIRVImageInterfaces.h
Log Message:
-----------
[mlir][spirv] Add missing #include in SPIRVImageInterfaces.h (#153727)
SPIRVImageInterfaces.h.inc uses some types, e.g. mlir::TypedValue,
without #include the necessary headers. This is fine most of the time,
but we did run into a weird case where bazel fails to compile
//mlir:SPIRVImageInterfaces on clang19 for ChromiumOS when parse_headers
(see [1]) is specified.
[1]: https://bazel.build/docs/bazel-and-cpp#toolchain-features
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