Skip to content

Commit a992ffc

Browse files
RoboTuxchencha3
authored andcommitted
[MLIR] Add missing MLIRFuncDialect dep to MLIRMemRefToLLVM (llvm#84546)
This fixes the following failure when doing a clean build (in particular no .ninja* lying around) of lib/libMLIRMemRefToLLVM.a only: ``` In file included from mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp:18: mlir/include/mlir/Dialect/Func/IR/FuncOps.h:29:10: fatal error: mlir/Dialect/Func/IR/FuncOps.h.inc: No such file or directory ```
1 parent 0c97570 commit a992ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Conversion/MemRefToLLVM/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ add_mlir_conversion_library(MLIRMemRefToLLVM
1414
LINK_LIBS PUBLIC
1515
MLIRAnalysis
1616
MLIRDataLayoutInterfaces
17+
MLIRFuncDialect
1718
MLIRLLVMCommonConversion
1819
MLIRMemRefDialect
1920
MLIRMemRefUtils

0 commit comments

Comments
 (0)