[Mlir-commits] [mlir] 10b8eb4 - [mlir] remove repeated use of TypeToLLVM.cpp in cmake targets

Alex Zinenko llvmlistbot at llvm.org
Thu Jun 24 09:35:38 PDT 2021


Author: Alex Zinenko
Date: 2021-06-24T18:34:49+02:00
New Revision: 10b8eb482cb6dcc4a1c095a2bf1ddd8b85c41571

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

LOG: [mlir] remove repeated use of TypeToLLVM.cpp in cmake targets

Added: 
    

Modified: 
    mlir/lib/Target/LLVMIR/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Target/LLVMIR/CMakeLists.txt b/mlir/lib/Target/LLVMIR/CMakeLists.txt
index 286dd1d70534..4c5d857d92d3 100644
--- a/mlir/lib/Target/LLVMIR/CMakeLists.txt
+++ b/mlir/lib/Target/LLVMIR/CMakeLists.txt
@@ -36,7 +36,6 @@ add_mlir_translation_library(MLIRTargetLLVMIRExport
 
 add_mlir_translation_library(MLIRToLLVMIRTranslationRegistration
   ConvertToLLVMIR.cpp
-  TypeToLLVM.cpp
 
   LINK_LIBS PUBLIC
   MLIRArmNeonToLLVMIRTranslation


        


More information about the Mlir-commits mailing list