[Mlir-commits] [mlir] f6063fe - [mlir] Add missing dep on MLIRTranslation

Marius Brehler llvmlistbot at llvm.org
Thu Sep 2 09:55:29 PDT 2021


Author: Marius Brehler
Date: 2021-09-02T16:54:46Z
New Revision: f6063fedb4280763ff04cccbd3c3a119345f8073

URL: https://github.com/llvm/llvm-project/commit/f6063fedb4280763ff04cccbd3c3a119345f8073
DIFF: https://github.com/llvm/llvm-project/commit/f6063fedb4280763ff04cccbd3c3a119345f8073.diff

LOG: [mlir] Add missing dep on MLIRTranslation

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 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
   )


        


More information about the Mlir-commits mailing list