[PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 13:10:23 PDT 2016


On 30 August 2016 at 14:21, Rui Ueyama <ruiu at google.com> wrote:
> ruiu added a comment.
>
> As I wrote in the comment to the other patch, I think I still prefer the current way than the way you are suggesting in this patch. The current approach seems silly but simple.

My preference for some solution that uses virtual methods is to avoid
having to repeat the various types so many times.

Cheers,
Rafael


More information about the llvm-commits mailing list