| commit | e3c2626aa44c65fb0f3606e5c906570757c9711e | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Thu Oct 08 22:23:54 2015 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Thu Oct 08 22:23:54 2015 +0000 |
| tree | 874c721bfcb15c49d0e24683d5242287b019ca8f | |
| parent | 6870dc7311b769f400fdcc2a041aaf5cdc041dfc [diff] |
[ELF2] Make the system page size a target-dependent property The required page alignment is different on different targets. On PowerPC, for example, we need 64K pages (the loader won't set different permissions on a finer granularity than that). I've set the existing targets to what I believe to be the correct values, and have updated the regression tests accordingly. llvm-svn: 249760