[Mlir-commits] [mlir] 44c1582 - [mlir] Add missing dep to new cf dialect
Marius Brehler
llvmlistbot at llvm.org
Thu Feb 10 06:16:38 PST 2022
Author: Marius Brehler
Date: 2022-02-10T14:15:20Z
New Revision: 44c158226549048b7673eac716ae431a47210a73
URL: https://github.com/llvm/llvm-project/commit/44c158226549048b7673eac716ae431a47210a73
DIFF: https://github.com/llvm/llvm-project/commit/44c158226549048b7673eac716ae431a47210a73.diff
LOG: [mlir] Add missing dep to new cf dialect
Added:
Modified:
mlir/lib/Target/Cpp/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Target/Cpp/CMakeLists.txt b/mlir/lib/Target/Cpp/CMakeLists.txt
index 4fdd32ca62109..da34dcc87c1dd 100644
--- a/mlir/lib/Target/Cpp/CMakeLists.txt
+++ b/mlir/lib/Target/Cpp/CMakeLists.txt
@@ -7,6 +7,7 @@ add_mlir_translation_library(MLIRTargetCpp
LINK_LIBS PUBLIC
MLIRArithmetic
+ MLIRControlFlow
MLIREmitC
MLIRIR
MLIRMath
More information about the Mlir-commits
mailing list