Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/ELF/
-
trunk/
-
ELF/
-
Error.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D28607
[ELF] avoid 'invalid-noreturn' error.
Closed
Public
Authored by
ioeric
on Jan 12 2017, 5:18 AM.
Download Raw Diff
Details
Reviewers
grimar
Commits
rGb45c0d4ff00d: [ELF] avoid 'invalid-noreturn' error.
rLLD291766: [ELF] avoid 'invalid-noreturn' error.
rL291766: [ELF] avoid 'invalid-noreturn' error.
Summary
elf::fatal is declared "noreturn".
Diff Detail
Repository
rL LLVM
Event Timeline
ioeric
updated this revision to
Diff 84113
.
Jan 12 2017, 5:18 AM
ioeric
retitled this revision from
to
[ELF] avoid 'invalid-noreturn' error.
.
ioeric
updated this object.
ioeric
added a reviewer:
grimar
.
ioeric
added a subscriber:
llvm-commits
.
grimar
accepted this revision.
Jan 12 2017, 5:20 AM
grimar
edited edge metadata.
Comment Actions
LGTM. Thanks !
This revision is now accepted and ready to land.
Jan 12 2017, 5:20 AM
Closed by commit
rL291766: [ELF] avoid 'invalid-noreturn' error.
(authored by
ioeric
).
·
Explain Why
Jan 12 2017, 5:24 AM
This revision was automatically updated to reflect the committed changes.