[libcxx-commits] [libcxx] [libc++] Make ABI annotations explicit for windows-specific code (PR #140507)
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 19 05:08:26 PDT 2025
mstorsjo wrote:
> This doesn't show up in the CI, since we don't have abilists for windows. I'm also not sure whether we want them,
I think it would be useful to have them anyway; for mingw we want to break ABI unless we have good reason for it (and the impact or very low). For msvc we don’t strictly try to maintain a fixed ABI, but knowing when it changes and when it doesn’t probably still is useful?
https://github.com/llvm/llvm-project/pull/140507
More information about the libcxx-commits
mailing list