[Mlir-commits] [mlir] [mlir][python] fix symbol resolution on MacOS with multiple packages (PR #174057)
Maksim Levental
llvmlistbot at llvm.org
Wed Dec 31 04:41:56 PST 2025
makslevental wrote:
> It appears on macOS, when a static library is compiled without -fvisibility=hidden, its C++ template instantiations could lead to leftover weak symbols that are resolved and bound at runtime
https://joyeecheung.github.io/blog/2025/01/11/executable-loading-and-startup-performance-on-macos/
https://github.com/llvm/llvm-project/pull/174057
More information about the Mlir-commits
mailing list