| commit | 00853e5b6ac9a98282cded783f363c46f07a0c91 | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Tue Aug 05 11:07:26 2014 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Tue Aug 05 11:07:26 2014 +0000 |
| tree | 155f4d36fe716845bc41f16fe45b0998eb4f6d82 | |
| parent | 183771bd8ef3c0fa94b346d3e9a03aeaa1a5093e [diff] |
MachO: set sizeof result type to what embedded headers expect. 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