[PATCH] Support: Delete {aligned_,}{u,}{little,big}8_t

Rui Ueyama ruiu at google.com
Thu Sep 11 14:32:16 PDT 2014


Hi rafael,

A byte has no endianness, so these types don't make sense.
uint8_t should be used instead.

http://reviews.llvm.org/D5315

Files:
  include/llvm/Object/COFF.h
  include/llvm/Support/ARMWinEH.h
  include/llvm/Support/Endian.h
  include/llvm/Support/Win64EH.h
  lib/Object/COFFObjectFile.cpp
  tools/llvm-readobj/ARMWinEHPrinter.cpp
  tools/llvm-readobj/ARMWinEHPrinter.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5315.13603.patch
Type: text/x-patch
Size: 19303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140911/410e0be9/attachment.bin>


More information about the llvm-commits mailing list