[PATCH] D47032: Support: Simplify endian stream interface. NFCI.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 11:16:00 PDT 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM

If I were to design this from scratch, I'd perhaps define two classes, LEWriter and BEWriter, instead of giving the endianness as an argument. But that's an off-topic.


https://reviews.llvm.org/D47032





More information about the llvm-commits mailing list