mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 15:56:07 +00:00

* Add support for specifying the alignment to use. * Add the concept of native endianness. Used for unaligned native types. The native alignment and read/write simplification is based on a patch by Richard Smith. llvm-svn: 171406