This is an archive of the discontinued LLVM Phabricator instance.

scudo: Fix the build of wrappers_c_test.cpp on Android.
ClosedPublic

Authored by pcc on Dec 5 2019, 10:57 AM.

Details

Summary

The Android headers don't provide a declaration of valloc or pvalloc, so we
need to declare them ourselves.

Diff Detail

Event Timeline

pcc created this revision.Dec 5 2019, 10:57 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 5 2019, 10:57 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cryptoad accepted this revision.Dec 5 2019, 11:04 AM
This revision is now accepted and ready to land.Dec 5 2019, 11:04 AM

Build result: pass - 60516 tests passed, 0 failed and 726 were skipped.

Log files: console-log.txt, CMakeCache.txt

This revision was automatically updated to reflect the committed changes.