[Mlir-commits] [mlir] [mlir][CMake] Modify the behavior of `add_mlir_aggregate ` and add `mlir_c_target_link_libraries`. (PR #141435)
Stella Laurenzo
llvmlistbot at llvm.org
Mon May 26 10:03:21 PDT 2025
stellaraccident wrote:
> Took a look - not completely clear on it yet (will step through line-by-line soon) but a historical question in the meantime: does this aggregate thing exist solely for the sake of the python bindings? Probably @stellaraccident would know the history on this one...
We were going to use some of this to more properly implement libmlir and libllvm as well, but I gave up on trying to fix those shared libraries. And I don't think anyone else is working on it. So this is just for the python bindings at this point. If that is all it ever should be, then it could be simplified.
https://github.com/llvm/llvm-project/pull/141435
More information about the Mlir-commits
mailing list