Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/ELF/
-
trunk/
-
ELF/
-
LinkerScript.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D37815
[ELF] - Simplify adjustSectionsBeforeSorting().
Closed
Public
Authored by
grimar
on Sep 13 2017, 9:57 AM.
Download Raw Diff
Details
Reviewers
ruiu
•
rafael
Commits
rG8962db9111e4: [ELF] - Simplify adjustSectionsBeforeSorting().
rLLD313522: [ELF] - Simplify adjustSectionsBeforeSorting().
rL313522: [ELF] - Simplify adjustSectionsBeforeSorting().
Summary
Does not seem we need to set
SectionIndex
here.
It is set in
finalizeSections()
later.
Diff Detail
Repository
rL LLVM
Event Timeline
grimar
created this revision.
Sep 13 2017, 9:57 AM
Herald
added a subscriber:
emaste
.
·
View Herald Transcript
Sep 13 2017, 9:57 AM
ruiu
accepted this revision.
Sep 15 2017, 3:02 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Sep 15 2017, 3:02 PM
Closed by commit
rL313522: [ELF] - Simplify adjustSectionsBeforeSorting().
(authored by
grimar
).
·
Explain Why
Sep 18 2017, 1:45 AM
This revision was automatically updated to reflect the committed changes.