mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 12:53:33 +08:00
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