To properly set the "_end" symbol, we need to track the last allocatable
address. Simply emitting "_end" at the end of some section is not
sufficient since the order of section allocation is unknown during the
emission step.
Details
Details
- Reviewers
yota9 Amir ayermolo rafauler - Commits
- rGc683e281cdc9: [BOLT] Properly set _end symbol
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo