[libcxx-commits] [libcxx] [libc++] Refactor the Windows and MinGW implementation of the locale base API (PR #115752)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 16 09:16:45 PST 2024


ldionne wrote:

After thinking about this a bit more, I think your results are not very surprising. I think these symbols are mostly used from within the libc++ dylib, and so perhaps it's not even necessary to export (most of) them in the first place. We could explore that in future patches once we at least have a clear "theoretical" ABI boundary.

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


More information about the libcxx-commits mailing list