These methods are very similar, so I would merge them into one.
(also, does not seem that any additional generalization would
make the code simpler too)
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Basically looks fine, but I'd like the reordering done before I approve.
tools/obj2yaml/elf2yaml.cpp | ||
---|---|---|
365 ↗ | (On Diff #184314) | This would probably line up better in diffs and history etc if you inverted this (i.e. do SHT_REL first, followed by SHT_RELA), since that matches the original function order. |