There is no need for the interface implementations to be exposed, opaque registration functions are sufficient for all users, similarly to passes. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D97852
9 lines
174 B
CMake
9 lines
174 B
CMake
# Main API shared library.
|
|
add_mlir_public_c_api_library(MLIRCEXECUTIONENGINE
|
|
ExecutionEngine.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRExecutionEngine
|
|
MLIRLLVMToLLVMIRTranslation
|
|
)
|