[libcxx-commits] [libcxx] [libc++] Refactor the Windows and MinGW implementation of the locale base API (PR #115752)
Mateusz MikuĊa via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 11 08:26:33 PST 2024
mati865 wrote:
Apparently no matches for me:
```
$ pwd
/clang64/bin
$ ls *.exe *.dll | wc -l
1542
$ grep libc++.dll *.exe *.dll | wc -l
736
$ for i in $(grep libc++.dll *.exe *.dll | grep "Binary file" | awk '{print $3}'); do if llvm-readobj --coff-imports $i | grep -q locale_t; then echo $i; fi; done
```
https://github.com/llvm/llvm-project/pull/115752
More information about the libcxx-commits
mailing list