[Mlir-commits] [mlir] [mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (PR #73117)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Nov 22 06:39:33 PST 2023


================
@@ -0,0 +1,9 @@
+add_mlir_upstream_c_api_library(MLIRCAPITarget
+  LLVMIR.cpp
+
+  LINK_LIBS PUBLIC
+  MLIRToLLVMIRTranslationRegistration
+  MLIRCAPIIR
+  MLIRLLVMToLLVMIRTranslation
+  MLIRSupport
----------------
edg-l wrote:

do you know which one is? i'm a bit lost here

https://github.com/llvm/llvm-project/pull/73117


More information about the Mlir-commits mailing list