From f9f7a638706aeb77e769fb760fe08616c50b2df9 Mon Sep 17 00:00:00 2001 From: Geoffrey Martin-Noble Date: Mon, 14 Jun 2021 17:01:34 -0700 Subject: [PATCH] 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 --- lib/Dialect/mhlo/transforms/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Dialect/mhlo/transforms/CMakeLists.txt b/lib/Dialect/mhlo/transforms/CMakeLists.txt index 48c2afd..81da420 100644 --- a/lib/Dialect/mhlo/transforms/CMakeLists.txt +++ b/lib/Dialect/mhlo/transforms/CMakeLists.txt @@ -67,6 +67,7 @@ add_mlir_library(MhloPasses unfuse_batch_norm_pass.cc DEPENDS + MLIRDiscRalPassIncGen MLIRhlo_opsIncGen MLIRMhloLowerComplexIncGen MLIRMhloPassIncGen