stat struct size differs on glibc based on ABI choices e.g. 64bit off_t
and/or 64bit time_t will make this size different. Therefore separate
out the O32 case out, makes it more readable.
Details
Details
- Reviewers
MaskRay
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is mips o32 still worth spending efforts? For mips perhaps we should only care about newer ABIs. Sanitizers are optional features anyway...
Comment Actions
o32 is most prevalent mips32 ABI out in the field today (considering 32bit even 64bit mips ), IMO its important to fix o32.