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
- rG LLVM Github Monorepo
- Build Status
Buildable 28684 Build 28683: arc lint + arc unit
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 188943 lld/ELF/Writer.cpp
lld/test/ELF/linkerscript/output-too-large-32bit.s
lld/test/lit.cfg.py
lld/test/lit.site.cfg.py.in
llvm/utils/gn/secondary/lld/test/BUILD.gn
|