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

Maksim Levental llvmlistbot at llvm.org
Thu Nov 9 19:50:09 PST 2023


makslevental wrote:

> What is the effect of this? I am not familiar with this option

It turns on shipping the object files for those targets (in addition to the shlibs):

![image](https://github.com/llvm/llvm-project/assets/5657668/a824dc70-0ff1-404d-ba43-ff0ee73465f2)

The use case is as I mentioned in the description: right now you can't reuse any of that code (except as a shlib).

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


More information about the Mlir-commits mailing list