[PATCH] D17882: [ELF] - unify the use of uint32_t instead of unsigned in Target class for relocations types

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 03:16:22 PST 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

I was confused about mixing of type names in Target and its callers for a long time.
Patch suggest the fix for that. It changes all relocations types to be uint32_t and also fixes some dependent inconsistency in callers code.

http://reviews.llvm.org/D17882

Files:
  ELF/Target.cpp
  ELF/Target.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17882.49811.patch
Type: text/x-patch
Size: 19557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160304/67f9bfdb/attachment.bin>


More information about the llvm-commits mailing list