15 lines
267 B
Text
15 lines
267 B
Text
|
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
|
||
|
)
|