This adds minimalistic bindings for the execution engine, allowing to invoke the JIT from the C API. This is still quite early and experimental and shouldn't be considered stable in any way. Differential Revision: https://reviews.llvm.org/D96651
8 lines
172 B
CMake
8 lines
172 B
CMake
get_property(conversion_libs GLOBAL PROPERTY MLIR_CONVERSION_LIBS)
|
|
add_mlir_public_c_api_library(MLIRCAPIConversion
|
|
Passes.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
${conversion_libs}
|
|
)
|