Skip to content

Commit 9bf5bf3

Browse files
authored
[MLIR] Add missing dependency for PR154556. (#155722)
Add missing dependency MLIRSCFDialect from #154556
1 parent de1baa5 commit 9bf5bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ add_mlir_conversion_library(MLIRXeGPUToXeVM
1919
MLIRVectorDialect
2020
MLIRArithDialect
2121
MLIRIndexDialect
22+
MLIRSCFDialect
2223
MLIRXeGPUDialect
2324
MLIRPass
2425
MLIRTransforms

0 commit comments

Comments
 (0)