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:
Geoffrey Martin-Noble 2021-06-14 17:01:34 -07:00 committed by TensorFlow MLIR Team
parent 6f5a440031
commit f9f7a63870
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ add_mlir_library(MhloPasses
unfuse_batch_norm_pass.cc
DEPENDS
MLIRDiscRalPassIncGen
MLIRhlo_opsIncGen
MLIRMhloLowerComplexIncGen
MLIRMhloPassIncGen