On mips32 _LARGEFILE_SOURCE and _FILE_OFFSET_BITS == 64 is used (compiler-rt/cmake/base-config-ix.cmake), thus the correct struct_kernel_stat_sz should be 160 instead of 144. This value is also updated for N32, since we will use _LARGEFILE_SOURCE and _FILE_OFFSET_BITS == 64 in future. Fix https://github.com/llvm/llvm-project/issues/55499 Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D135553
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================