Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/
-
trunk/
-
ELF/
-
Writer.cpp
-
test/ELF/linkerscript/
-
ELF/
-
linkerscript/
-
symbol-ordering-file2.s
Hide Panel
f
Keyboard Reference
?
Differential
D45440
[ELF] - Do not crash when trying to order --defsym/linker script symbols.
Closed
Public
Authored by
grimar
on Apr 9 2018, 7:05 AM.
Download Raw Diff
Details
Reviewers
ruiu
•
espindola
Commits
rGe16047382362: [ELF] - Do not crash when trying to order --defsym/linker script symbols.
rLLD329678: [ELF] - Do not crash when trying to order --defsym/linker script symbols.
rL329678: [ELF] - Do not crash when trying to order --defsym/linker script symbols.
Summary
Currently, we crash because
File
is null for
such symbols.
Diff Detail
Repository
rL LLVM
Event Timeline
grimar
created this revision.
Apr 9 2018, 7:05 AM
Herald
added subscribers:
arichardson
,
emaste
.
·
View Herald Transcript
Apr 9 2018, 7:05 AM
grimar
mentioned this in
D45375: [ELF] - Introduce synthetic file for linker script symbols.
.
Apr 9 2018, 7:55 AM
ruiu
accepted this revision.
Apr 9 2018, 11:24 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Apr 9 2018, 11:24 AM
•
espindola
accepted this revision.
Apr 9 2018, 1:22 PM
Comment Actions
LGTM
Closed by commit
rL329678: [ELF] - Do not crash when trying to order --defsym/linker script symbols.
(authored by
grimar
).
·
Explain Why
Apr 10 2018, 2:48 AM
This revision was automatically updated to reflect the committed changes.