[Mlir-commits] [mlir] [mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (PR #73117)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed Nov 22 08:30:16 PST 2023
================
@@ -0,0 +1,9 @@
+add_mlir_upstream_c_api_library(MLIRCAPITarget
+ LLVMIR.cpp
+
+ LINK_LIBS PUBLIC
+ MLIRToLLVMIRTranslationRegistration
+ MLIRCAPIIR
+ MLIRLLVMToLLVMIRTranslation
+ MLIRSupport
----------------
ftynse wrote:
Nevermind, LLVM includes C API into the main `Core` component, we are fine here.
https://github.com/llvm/llvm-project/pull/73117
More information about the Mlir-commits
mailing list