Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/ELF/
-
trunk/
-
ELF/
-
SyntheticSections.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D58489
ELF: Remove dead code. NFCI.
Closed
Public
Authored by
pcc
on Feb 20 2019, 7:49 PM.
Download Raw Diff
Details
Reviewers
ruiu
•
espindola
Commits
rGf9232b0c008c: ELF: Remove dead code. NFCI.
rLLD354607: ELF: Remove dead code. NFCI.
rL354607: ELF: Remove dead code. NFCI.
Summary
RelocationBaseSection is not used in -r links, so Config->Relocatable will
always be false.
Diff Detail
Repository
rL LLVM
Event Timeline
pcc
created this revision.
Feb 20 2019, 7:49 PM
Herald
added a reviewer:
•
espindola
.
·
View Herald Transcript
Feb 20 2019, 7:49 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Herald
added subscribers:
arichardson
,
emaste
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B28361: Diff 187721
.
Feb 20 2019, 7:51 PM
ruiu
accepted this revision.
Feb 20 2019, 9:23 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Feb 20 2019, 9:23 PM
Closed by commit
rL354607: ELF: Remove dead code. NFCI.
(authored by
pcc
).
·
Explain Why
Feb 21 2019, 10:54 AM
This revision was automatically updated to reflect the committed changes.