Add missing dependency on the TypeInferOpInterface from the Test dialect
This is fixing a build failure, usually non-deterministic because of parallelism in the build, but could be reliably reproduced: ninja projects/mlir/test/lib/TestDialect/CMakeFiles/MLIRTestDialect.dir/TestPatterns.cpp.o PiperOrigin-RevId: 272998436
This commit is contained in:
parent
e89dca294a
commit
0db03690e2
@ -17,6 +17,7 @@ add_dependencies(MLIRTestDialect
|
||||
MLIRTestOpsIncGen
|
||||
MLIRIR
|
||||
LLVMSupport
|
||||
MLIRTypeInferOpInterfaceIncGen
|
||||
)
|
||||
target_link_libraries(MLIRTestDialect
|
||||
MLIRDialect
|
||||
|
Loading…
Reference in New Issue
Block a user