[PATCH] D19111: [ELF] - Remove OutputSectionFactory::lookup method

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 09:52:57 PDT 2016


grimar added a comment.

In http://reviews.llvm.org/D19111#401398, @ruiu wrote:

> By "inline", I think it means moving the definition of the function into the class definition, instead of inlining function definition to the places where the function is used.


That what was done in r266304. Current patch abandoned.


http://reviews.llvm.org/D19111





More information about the llvm-commits mailing list