llvm-capstone/mlir/lib/CAPI/ExecutionEngine/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
234 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
nativecodegen
native
)
# Main API shared library.
add_mlir_upstream_c_api_library(MLIRCAPIExecutionEngine
ExecutionEngine.cpp
LINK_LIBS PUBLIC
MLIRExecutionEngine
MLIRLLVMToLLVMIRTranslation
)