[all-commits] [llvm/llvm-project] cb9f2d: Revert "[fuzzer] Don't hard-code page size in Fuzz...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu May 25 18:06:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb9f2de2e80292c0445c99be754fcc78b94b0f16
https://github.com/llvm/llvm-project/commit/cb9f2de2e80292c0445c99be754fcc78b94b0f16
Author: Jason Molenda <jason at molenda.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerUtil.cpp
M compiler-rt/lib/fuzzer/FuzzerUtil.h
Log Message:
-----------
Revert "[fuzzer] Don't hard-code page size in FuzzerUtil.h"
This reverts commit a2b677e8153758997a9043360cf51333eecc3c44.
reverting
Differential Revision: https://reviews.llvm.org/D140607
because <sys/auxv.h> and getauxval() are not available on macOS;
this change is breaking the mac CI bots.
More information about the All-commits
mailing list