This is a post-commit fix for https://reviews.llvm.org/D114338 which was landed as https://reviews.llvm.org/rG050cc1cd6e6882eadba6e5ea7b588ca0b8aa1b12 Differential Revision: https://reviews.llvm.org/D115666
14 lines
234 B
CMake
14 lines
234 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
nativecodegen
|
|
native
|
|
)
|
|
|
|
# Main API shared library.
|
|
add_mlir_upstream_c_api_library(MLIRCAPIExecutionEngine
|
|
ExecutionEngine.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRExecutionEngine
|
|
MLIRLLVMToLLVMIRTranslation
|
|
)
|