[PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 16:05:58 PST 2016


ruiu added a comment.

Sean,

I applied your patch and experimented with that for a while, but I didn't like the repetation of OutTy and Out field initialization code. If we can use the template variable, it would be to fine, so I want to wait for the project to switch to C++14.


http://reviews.llvm.org/D16864





More information about the llvm-commits mailing list