Add missing dep on RAL pass generation
Without this I see errors about being unable to find the generated header in our project's build. PiperOrigin-RevId: 379377718
This commit is contained in:
parent
6f5a440031
commit
f9f7a63870
|
@ -67,6 +67,7 @@ add_mlir_library(MhloPasses
|
|||
unfuse_batch_norm_pass.cc
|
||||
|
||||
DEPENDS
|
||||
MLIRDiscRalPassIncGen
|
||||
MLIRhlo_opsIncGen
|
||||
MLIRMhloLowerComplexIncGen
|
||||
MLIRMhloPassIncGen
|
||||
|
|
Loading…
Reference in New Issue