[Mlir-commits] [mlir] [mlir][execution engine] turn on ENABLE_AGGREGATION for runtimes (PR #71860)

Maksim Levental llvmlistbot at llvm.org
Fri Nov 10 19:10:02 PST 2023


makslevental wrote:

> I would have thought that a distribution model would be to decide what is distributed as .so and .a separately. This looks like shipping some pieces of the "build directory" more than final artifacts.

It's true I actually had this a little misunderstood (because the `EXCLUDE_FROM_MLIR` actually does absolutely nothing, but I digress). My basic gripe/complaint is that the runtime libraries are only distributed as shared libraries, so I can't statically link them downstream.

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


More information about the Mlir-commits mailing list