forked from OSchip/llvm-project
Add missing MLIRDialect dependency for MLIRDialect
Tests for the Broadcastable trait was added in a previous CL, which makes MLIRDialect depend on MLIRDialect now. PiperOrigin-RevId: 258967332
This commit is contained in:
parent
03c8303a12
commit
89a10b73fb
|
@ -19,6 +19,7 @@ add_dependencies(MLIRTestDialect
|
|||
LLVMSupport
|
||||
)
|
||||
target_link_libraries(MLIRTestDialect
|
||||
MLIRDialect
|
||||
MLIRTypeUtilities
|
||||
LLVMSupport
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue