Details
Details
Diff Detail
Diff Detail
Event Timeline
ELF/Target.cpp | ||
---|---|---|
1432 | fatal() is called in relocateOne, so unknown relocations are fatal. Can we also call fatal here? Also, please run clang-format on this patch. |
Comment Actions
LGTM with a stylistic change.
ELF/Target.cpp | ||
---|---|---|
1434 | fatal does not return, so remove this comment. Also, please move default: at end of this switch to make the order of the cases the same as the above switch. |
fatal() is called in relocateOne, so unknown relocations are fatal. Can we also call fatal here?
Also, please run clang-format on this patch.