| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MachO: set sizeof result type to what embedded headers expect. | Tim Northover | 2014-08-05 | 1 | -0/+1 |
| | | | | | | | | | | Embedded systems seem to have inherited Darwin's choise of "unsigned long" for size_t (via a bunch of headers), so we should respect that. rdar://problem/17872787 llvm-svn: 214854 | ||||
| * | size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459> | Bob Wilson | 2013-06-18 | 1 | -0/+12 |
| Some embedded targets use ARM's AAPCS with iOS header files that define size_t as unsigned long, which conflicts with the usual AAPCS definition of size_t as unsigned int. llvm-svn: 184171 | |||||

