[PATCH] D30935: [ELF] - Detemplate LinkerScript<ELFT>::writeDataBytes

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 10:25:56 PDT 2017


ruiu added a comment.

We are using ELFT::TargetEndianness everywhere, and this patch will change that. Doesn't this just add a different way of doing a thing that we are currently able to do? If you are going to use this in more places, please do that in this patch to demonstrate that.


https://reviews.llvm.org/D30935





More information about the llvm-commits mailing list