[libcxx-commits] [libcxx] [libcxx] Use _ftelli64/_fseeki64 on Windows (PR #123128)
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 28 00:48:05 PST 2025
mstorsjo wrote:
> > If doing this, I guess we should do the same change in `include/__cxx03` too? Otherwise the test would fail on Windows if targeting C++03; we don't have that test config in CI though (all the C++03 tests are for other platforms), so it won't be caught.
>
> For now there should just be an `// UNSUPPORTED: FROZEN-CXX03-HEADERS-FIXME` in the test if it doesn't work with the frozen headers.
Well the test does work with the frozen headers, but we don't get the 64 bit range on Windows until we apply the same fix as here, on the frozen headers.
https://github.com/llvm/llvm-project/pull/123128
More information about the libcxx-commits
mailing list