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

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 08:51:54 PDT 2016


Essentially. One concrete example is vector<ulittle32_t>, without this
patch it's very onerous to create one of these
On Tue, Jun 7, 2016 at 8:48 AM David Majnemer <david.majnemer at gmail.com>
wrote:

> 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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160607/37a4e98f/attachment.html>


More information about the llvm-commits mailing list