This lets us detect file size overflows when creating a 64-bit binary on
a 32-bit machine.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D58840
ELF: Change FileSize back to a uint64_t. ClosedPublic Authored by pcc on Mar 1 2019, 10:38 AM.
Details Summary This lets us detect file size overflows when creating a 64-bit binary on
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 1 2019, 10:46 AM Closed by commit rL355218: ELF: Change FileSize back to a uint64_t. (authored by pcc). · Explain WhyMar 1 2019, 10:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 188945 lld/trunk/ELF/Writer.cpp
lld/trunk/test/ELF/linkerscript/output-too-large-32bit.s
lld/trunk/test/lit.cfg.py
lld/trunk/test/lit.site.cfg.py.in
llvm/trunk/utils/gn/secondary/lld/test/BUILD.gn
|