[llvm-exegesis] Define SYS_mmap to be SYS_mmap2 on 32-bit ARM
llvm-exegesis currently isn't compiling on 32-bit ARM due to SYS_mmap not being defined as 32-bit ARM instead uses SYS_mmap2. This patch defines SYS_mmap to be SYS_mmap2 in the relevant places to allow for compilation to succeed.
Loading
Please sign in to comment