summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-08-21 20:52:03 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-08-21 20:52:03 +0000
commitda32944cac23abc9d4f4c2766d70c2fda38b56da (patch)
tree5d6675f2b575547be1ed2111b9b1107a4722f795 /llvm/lib/Transforms
parent13473857a734396b67689ec176e27e6f7cd77978 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud