[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 12:23:55 PDT 2025


mstorsjo wrote:

> Makes sense. Does `llvm-nm` have support for MSVC binaries?

Yes; the binaries aren’t really different in any way, and all the llvm tools use the same internal code anyway.

> > FWIW, I do all this build testing on Linux; a cross compiling llvm-mingw environment is available by just untarring a package from https://github.com/mstorsjo/llvm-mingw/releases.
> 
> I've just tried that, but didn't get that far. Still, I think I've found the problem and updated the PR.

Thanks! I can try to provide more specific instructions at some other point if relevant then.

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


More information about the libcxx-commits mailing list