David Tenty b2f34d6af1 [AIX][z/OS][Support] Provide alternate no-op mapped_file_region::dontNeedImpl implementation
mapped_file_region::dontNeedImpl added in D116366 calls madvise, which
causes problems for z/OS and AIX.

For z/OS, we don't have either madvise, so treat this as a no-op, same
as Windows does.

For AIX, it doesn't have any effect, doesn't have a standardized
signature, and it needs certain feature test macros (i.e. _ALL_SOURCE)
we don't set by default for LLVM on AIX, so just make it a no-op too.

Differential Revision: https://reviews.llvm.org/D116603
2022-01-05 10:21:01 -05:00
..
2021-12-28 08:52:25 -08:00
2021-10-15 11:18:22 +02:00
2021-12-24 22:05:34 -08:00
2021-11-06 19:31:18 -07:00
2022-01-03 12:40:43 +00:00
2020-12-03 20:11:11 +01:00
2021-09-06 17:24:30 +08:00