[PATCH] D119695: [Support] Fix build on illumos

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 15 07:17:22 PST 2022


joerg added a comment.

Wouldn't the correct solution for Illumos be to use `posix_madvise` instead? Possibly with `__EXTENSIONS__`. Declaring prototypes like this is just begging for problems long term...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119695/new/

https://reviews.llvm.org/D119695



More information about the llvm-commits mailing list