[PATCH] D41645: Move scanReloc to an auxiliary function

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 30 20:26:56 PST 2017


espindola created this revision.
espindola added a reviewer: ruiu.
Herald added a subscriber: emaste.

The body of the in scanRelocs is fairly big. This moves it to its own function.

It is not a big readability win by itself, but should help further refactoring.


https://reviews.llvm.org/D41645

Files:
  ELF/Relocations.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41645.128365.patch
Type: text/x-patch
Size: 15950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171231/683ab413/attachment.bin>


More information about the llvm-commits mailing list