[PATCH] D18591: [ELF] - Separate assignAddressesScript method

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 10:12:19 PDT 2016


ruiu added a comment.

The new code is mostly copy of the old code, so it would make the situation worse. The common part needs to be factored out instead of copying it.


http://reviews.llvm.org/D18591





More information about the llvm-commits mailing list