mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 01:56:04 +00:00

The new `Posix/mmap_write_exec.cpp` test FAILs on 32-bit Solaris/x86. This happens because only `mmap` is intercepted, but not `mmap64` which is used for largefile support. Fixed by also intercepting `mmap64`. Tested on `amd64-pc-solaris2.11`. Differential Revision: https://reviews.llvm.org/D112810
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================