[libcxx-commits] [libcxx] [libc++] Reenable codecvt in the dylib. (PR #73679)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 28 13:21:06 PST 2023
zeroomega wrote:
I can confirm this patch fixed the build failure on windows runtime with libcxx. The build step now passed without issue.
However, while our bots are down, it looks like another libcxx test failure happened:
```
********************
Failed Tests (4):
llvm-libc++-static-clangcl.cfg.in :: libcxx/input.output/file.streams/fstreams/fstream.cons/wchar_pointer.pass.cpp
llvm-libc++-static-clangcl.cfg.in :: libcxx/input.output/file.streams/fstreams/fstream.members/open_wchar_pointer.pass.cpp
llvm-libc++-static-clangcl.cfg.in :: libcxx/input.output/file.streams/fstreams/ofstream.cons/wchar_pointer.pass.cpp
llvm-libc++-static-clangcl.cfg.in :: libcxx/input.output/file.streams/fstreams/ofstream.members/open_wchar_pointer.pass.cpp
```
Failed test: https://luci-milo.appspot.com/raw/build/logs.chromium.org/fuchsia/led/haowei_google.com/7668cbff3ede0e5abbcdfe42fc7bf9d5b0e7557aa6c5fbf47d73d32db13b9676/+/build.proto
https://github.com/llvm/llvm-project/pull/73679
More information about the libcxx-commits
mailing list