[all-commits] [llvm/llvm-project] d777df: [libcxx] Use _ftelli64/_fseeki64 on Windows (#123128)
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Sat Feb 1 13:34:13 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: d777df5cbd35b301826b2b1500b5eb02d56818d5
https://github.com/llvm/llvm-project/commit/d777df5cbd35b301826b2b1500b5eb02d56818d5
Author: Martin Storsjö <martin at martin.st>
Date: 2025-02-01 (Sat, 01 Feb 2025)
Changed paths:
M libcxx/include/fstream
M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/offset_range.pass.cpp
Log Message:
-----------
[libcxx] Use _ftelli64/_fseeki64 on Windows (#123128)
This allows using the full 64 bit range for file offsets.
This should fix the issue reported downstream at
https://github.com/mstorsjo/llvm-mingw/issues/462.
(cherry picked from commit 86e20b00c313e96db3b69d440bfb2ca9063f08f0)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list