This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Restrict querying VM size on Darwin only to iOS devices
ClosedPublic

Authored by kubamracek on Dec 11 2020, 1:03 PM.

Details

Summary

We currently do this for SANITIZER_IOS, which includes devices *and* simulators. This change opts out the check for simulators to unify the behavior with macOS, because VM size is really a property of the host OS, and not the simulator.

Diff Detail

Event Timeline

kubamracek requested review of this revision.Dec 11 2020, 1:03 PM
kubamracek created this revision.
Herald added a subscriber: Restricted Project. · View Herald TranscriptDec 11 2020, 1:03 PM
yln accepted this revision.Dec 14 2020, 10:23 AM
This revision is now accepted and ready to land.Dec 14 2020, 10:23 AM
This revision was landed with ongoing or failed builds.Dec 14 2020, 10:50 AM
This revision was automatically updated to reflect the committed changes.