jeremyd2019 wrote:

They've failed linking things due to missing `std::istream::sentry` - I've 
started a new run 
https://github.com/jeremyd2019/llvm-mingw/actions/runs/15078849158 with 
```
#    if defined(__MINGW32__) || defined(__CYGWIN__)
extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS 
basic_istream<char>::sentry;
#    endif
```

rather than explicitly listing the member(s).

https://github.com/llvm/llvm-project/pull/140145
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to