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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 09:50:55 PDT 2016


ruiu added a comment.

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.


http://reviews.llvm.org/D19111





More information about the llvm-commits mailing list