Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/
-
trunk/
-
ELF/
-
SymbolTable.cpp
-
test/ELF/
-
ELF/
-
duplicate-internal.s
Hide Panel
f
Keyboard Reference
?
Differential
D14832
[ELF] Prevent SEGFAULT in case of conflict with an internally defined symbol.
Closed
Public
Authored by
ikudrin
on Nov 19 2015, 10:36 AM.
Download Raw Diff
Details
Reviewers
ruiu
Commits
rG4bc5ad4c3748: [ELF] Prevent SEGFAULT in case of conflict with an internally defined symbol.
rLLD253588: [ELF] Prevent SEGFAULT in case of conflict with an internally defined symbol.
rL253588: [ELF] Prevent SEGFAULT in case of conflict with an internally defined symbol.
Diff Detail
Repository
rL LLVM
Event Timeline
ikudrin
updated this revision to
Diff 40676
.
Nov 19 2015, 10:36 AM
ikudrin
retitled this revision from
to
[ELF] Prevent SEGFAULT in case of conflict with an internally defined symbol.
.
ikudrin
updated this object.
ikudrin
added a reviewer:
ruiu
.
ikudrin
added a project:
lld
.
ikudrin
added a subscriber:
llvm-commits
.
ruiu
accepted this revision.
Nov 19 2015, 10:37 AM
ruiu
edited edge metadata.
Comment Actions
LGTM
This revision is now accepted and ready to land.
Nov 19 2015, 10:37 AM
Closed by commit
rL253588: [ELF] Prevent SEGFAULT in case of conflict with an internally defined symbol.
(authored by
ikudrin
).
·
Explain Why
Nov 19 2015, 11:11 AM
This revision was automatically updated to reflect the committed changes.