From f6063fedb4280763ff04cccbd3c3a119345f8073 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Thu, 2 Sep 2021 16:53:53 +0000 Subject: [PATCH] [mlir] Add missing dep on MLIRTranslation --- mlir/lib/Target/Cpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mlir/lib/Target/Cpp/CMakeLists.txt b/mlir/lib/Target/Cpp/CMakeLists.txt index 5def03bd91be..708e93012317 100644 --- a/mlir/lib/Target/Cpp/CMakeLists.txt +++ b/mlir/lib/Target/Cpp/CMakeLists.txt @@ -11,4 +11,5 @@ add_mlir_translation_library(MLIRTargetCpp MLIRSCF MLIRStandard MLIRSupport + MLIRTranslation )