[Mlir-commits] [mlir] [mlir] Link libraries that aren't included in libMLIR to libMLIR (PR #123781)
Michał Górny
llvmlistbot at llvm.org
Tue Jan 21 23:54:35 PST 2025
================
@@ -7,6 +7,10 @@ set(LLVM_LINK_COMPONENTS
add_mlir_upstream_c_api_library(MLIRCAPIExecutionEngine
ExecutionEngine.cpp
+ LINK_COMPONENTS
+ OrcJit
+ Support
----------------
mgorny wrote:
Sorry about that. Doing too many things simultaneously.
https://github.com/llvm/llvm-project/pull/123781
More information about the Mlir-commits
mailing list