[PATCH] D33548: [DWARF] - Cleanup relocation handling.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 16:46:55 PDT 2017


ruiu added a comment.

I think what we should do to tidy this class up is to remove a lot of visitELF_<ARCH> functions and inline them. Splitting into small function is usually good, but in this case it went too far.


https://reviews.llvm.org/D33548





More information about the llvm-commits mailing list