14 lines
267 B
CMake
14 lines
267 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
nativecodegen
|
|
native
|
|
)
|
|
|
|
# Main API shared library.
|
|
add_mlir_upstream_c_api_library(MLIRCAPIExecutionEngine
|
|
ExecutionEngine.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRBuiltinToLLVMIRTranslation
|
|
MLIRExecutionEngine
|
|
MLIRLLVMToLLVMIRTranslation
|
|
)
|