diff options
author | Tim Northover <tnorthover@apple.com> | 2014-06-30 09:49:33 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-06-30 09:49:33 +0000 |
commit | 7b0a1306b4e9b2908e5e17979e05e4179a0099a4 (patch) | |
tree | 6c20ff4a29b5622f6c71df709304eb396a680f73 /clang/unittests/libclang/LibclangTest.cpp | |
parent | 08d6a7bfef5ab69a9c85512727b26d0b6d3d9d55 (diff) | |
download | llvm-7b0a1306b4e9b2908e5e17979e05e4179a0099a4.zip llvm-7b0a1306b4e9b2908e5e17979e05e4179a0099a4.tar.gz llvm-7b0a1306b4e9b2908e5e17979e05e4179a0099a4.tar.bz2 |
MachO: align segment virtual addresses to page size.
Segments must occupy a multiple of the page size in memory (4096 currently). We
check for this when emitting files, but the placement algorithm broke down for
the second non-__TEXT segment encountered: the offset wasn't aligned up to 4096
before starting its layout.
llvm-svn: 212031
Diffstat (limited to 'clang/unittests/libclang/LibclangTest.cpp')
0 files changed, 0 insertions, 0 deletions