[Mlir-commits] [mlir] 95dce3e - Link NVVM translation in the to LLVMIR registration library

Ivan Radanov Ivanov llvmlistbot at llvm.org
Mon Dec 11 21:02:52 PST 2023


Author: Ivan Radanov Ivanov
Date: 2023-12-12T14:02:39+09:00
New Revision: 95dce3e86d698af74f4c2cdd4648cf0f8cfb71f7

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

LOG: Link NVVM translation in the to LLVMIR registration library

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 531c15a8703e94..94280a2ec9012b 100644
--- a/mlir/lib/Target/LLVMIR/CMakeLists.txt
+++ b/mlir/lib/Target/LLVMIR/CMakeLists.txt
@@ -86,4 +86,5 @@ add_mlir_translation_library(MLIRFromLLVMIRTranslationRegistration
 
   LINK_LIBS PUBLIC
   MLIRLLVMIRToLLVMTranslation
+  MLIRLLVMIRToNVVMTranslation
   )


        


More information about the Mlir-commits mailing list