Skip to content

Commit 95361cf

Browse files
[mlir] fix missing LLVMDialect dependency for MLIRSCFToControlFlow
This is a fix-forward for 8bf69ce. The SCF-to-ControlFlow pass has an explicit LLVMDialect dependency.
1 parent 9d81e7e commit 95361cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Conversion/SCFToControlFlow/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ add_mlir_conversion_library(MLIRSCFToControlFlow
1010
LINK_LIBS PUBLIC
1111
MLIRArithDialect
1212
MLIRControlFlowDialect
13+
MLIRLLVMDialect
1314
MLIRSCFDialect
1415
MLIRSCFTransforms
1516
MLIRTransforms

0 commit comments

Comments
 (0)