[PATCH] D21057: [yaml] Add a ScalarTraits for mapping endian aware types.

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 08:48:41 PDT 2016


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

OK. So the actual use case is not:

  ulittle32_t X;

but:

  type_embedded_with_ulittle32 X;

?

If so, LGTM


http://reviews.llvm.org/D21057





More information about the llvm-commits mailing list