[all-commits] [llvm/llvm-project] 0cfe0a: scudo: Fix the build of wrappers_c_test.cpp on And...
pcc via All-commits
all-commits at lists.llvm.org
Thu Dec 5 11:15:16 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0cfe0a7bb0e10a96c3c98891961d37160a931d20
https://github.com/llvm/llvm-project/commit/0cfe0a7bb0e10a96c3c98891961d37160a931d20
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
Log Message:
-----------
scudo: Fix the build of wrappers_c_test.cpp on Android.
The Android headers don't provide a declaration of valloc or pvalloc, so we
need to declare them ourselves.
Differential Revision: https://reviews.llvm.org/D71077
More information about the All-commits
mailing list