mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
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 ```
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.