[all-commits] [llvm/llvm-project] 86e20b: [libcxx] Use _ftelli64/_fseeki64 on Windows (#123128)

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Jan 29 05:26:05 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86e20b00c313e96db3b69d440bfb2ca9063f08f0
      https://github.com/llvm/llvm-project/commit/86e20b00c313e96db3b69d440bfb2ca9063f08f0
  Author: Martin Storsjö <martin at martin.st>
  Date:   2025-01-29 (Wed, 29 Jan 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.



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