[Mlir-commits] [mlir] [mlir] Link libraries that aren't included in libMLIR to libMLIR (PR #123781)

Nikita Popov llvmlistbot at llvm.org
Tue Jan 21 14:52:48 PST 2025


=?utf-8?q?Michał_Górny?= <mgorny at gentoo.org>,
=?utf-8?q?Michał_Górny?= <mgorny at gentoo.org>,
=?utf-8?q?Michał_Górny?= <mgorny at gentoo.org>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/123781 at github.com>


================
@@ -7,6 +7,10 @@ set(LLVM_LINK_COMPONENTS
 add_mlir_upstream_c_api_library(MLIRCAPIExecutionEngine
   ExecutionEngine.cpp
 
+  LINK_COMPONENTS
+  OrcJit
+  Support
----------------
nikic wrote:

I'd either add these to LLVM_LINK_COMPONENTS above or move the LLVM_LINK_COMPONENTS here as well. Odd to split them this way.

https://github.com/llvm/llvm-project/pull/123781


More information about the Mlir-commits mailing list