[all-commits] [llvm/llvm-project] 82909f: [llvm-exegesis] Define SYS_mmap to be SYS_mmap2 on...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jun 26 13:54:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82909f4e0529a0ac26adbd05eda7244b11d99cba
https://github.com/llvm/llvm-project/commit/82909f4e0529a0ac26adbd05eda7244b11d99cba
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M llvm/tools/llvm-exegesis/lib/X86/Target.cpp
M llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list