diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-08-21 20:52:03 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-08-21 20:52:03 +0000 |
commit | da32944cac23abc9d4f4c2766d70c2fda38b56da (patch) | |
tree | 5d6675f2b575547be1ed2111b9b1107a4722f795 /llvm/lib/Transforms | |
parent | 13473857a734396b67689ec176e27e6f7cd77978 (diff) | |
download | bcm5719-llvm-da32944cac23abc9d4f4c2766d70c2fda38b56da.tar.gz bcm5719-llvm-da32944cac23abc9d4f4c2766d70c2fda38b56da.zip |
Fix misaligned access in MachO object file reader: despite containing an
int64_t, Symbol64TableEntry is actually only stored with 4-byte alignment
within the file.
The usage of #pragma pack here is copied from the corresponding code in
Support/Endian.h, so shouldn't introduce any new portability problems.
llvm-svn: 162312
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions