[Openmp-commits] [PATCH] D35072: Stop defining `PAGE_SIZE`, and use `getpagesize()` on Unix

Dimitry Andric via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 6 10:39:54 PDT 2017


dim added a comment.

In https://reviews.llvm.org/D35072#800989, @zturner wrote:

> There's a comment indicating that we should find the correct function on Windows and use it, but in the description of this review you mention that you found it in the `SYSTEM_INFO` structure.  So why not use it?


I'm fine with that, but I have no way to test building or functionality on Windows...


https://reviews.llvm.org/D35072





More information about the Openmp-commits mailing list