Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
ELF/Target.cpp | ||
---|---|---|
1426 ↗ | (On Diff #61131) | 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 ↗ | (On Diff #61801) | 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. |