diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2023-06-26 20:52:55 +0000 |
---|---|---|
committer | Aiden Grossman <agrossman154@yahoo.com> | 2023-06-26 20:54:15 +0000 |
commit | 82909f4e0529a0ac26adbd05eda7244b11d99cba (patch) | |
tree | 4f0fdaaf320646d0c4a7a301ca1fa2923a0327af /llvm/docs/CommandGuide | |
parent | 02ba5b8c6b9f0c1ce6df421db5dd5eb307d7d27d (diff) | |
download | llvm-82909f4e0529a0ac26adbd05eda7244b11d99cba.zip llvm-82909f4e0529a0ac26adbd05eda7244b11d99cba.tar.gz llvm-82909f4e0529a0ac26adbd05eda7244b11d99cba.tar.bz2 |
[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.
Diffstat (limited to 'llvm/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions