This is an archive of the discontinued LLVM Phabricator instance.

[scudo] SCUDO_FUCHSIA uses ReservedMemoryDefault
ClosedPublic

Authored by Caslyn on Jul 5 2023, 11:53 AM.

Details

Summary

Some Fuchsia zx tests failed from https://reviews.llvm.org/D153888:
https://turquoise-internal-review.git.corp.google.com/c/integration/+/729619

Use ReservedMemoryDefault for SCUDO_FUCHSIA to use the default
MemMap API, while test failures are debugged.

Diff Detail

Event Timeline

Caslyn created this revision.Jul 5 2023, 11:53 AM
Caslyn requested review of this revision.Jul 5 2023, 11:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 11:54 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
Chia-hungDuan accepted this revision.Jul 5 2023, 11:55 AM
This revision is now accepted and ready to land.Jul 5 2023, 11:55 AM
This revision was automatically updated to reflect the committed changes.