[all-commits] [llvm/llvm-project] 36cf98: [MLIR] Add missing MLIRFuncDialect dep to MLIRAMDG...
RoboTux via All-commits
all-commits at lists.llvm.org
Mon Mar 11 16:09:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36cf982d6cddaa65da24fcb853295a99a9154a53
https://github.com/llvm/llvm-project/commit/36cf982d6cddaa65da24fcb853295a99a9154a53
Author: Thomas Preud'homme <thomas.preudhomme at arm.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
M mlir/lib/Dialect/AMDGPU/Transforms/CMakeLists.txt
Log Message:
-----------
[MLIR] Add missing MLIRFuncDialect dep to MLIRAMDGPUTransforms (#84550)
This fixes the following failure when doing a clean build (in particular
no .ninja* lying around) of lib/libMLIRAMDGPUTransforms.a only:
```
In file included from mlir/lib/Dialect/AMDGPU/Transforms/OptimizeSharedMemory.cpp:21:
mlir/include/mlir/Dialect/Func/IR/FuncOps.h:29:10: fatal error: mlir/Dialect/Func/IR/FuncOps.h.inc: No such file or directory
```
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