[llvm] r289187 - Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." with a configure-time check for lseek64.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 02:40:41 PST 2016


On Fri, Dec 09, 2016 at 05:20:43AM -0000, Peter Collingbourne via llvm-commits wrote:
> Author: pcc
> Date: Thu Dec  8 23:20:43 2016
> New Revision: 289187
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=289187&view=rev
> Log:
> Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." with a configure-time check for lseek64.

Why can't you just request 64bit off_t like everyone else does?

Joerg


More information about the llvm-commits mailing list