This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Fix buildbot test error on ARM
ClosedPublic

Authored by cryptoad on Feb 3 2017, 1:52 PM.

Details

Summary

The assumption __sanitizer_get_heap_size() == 0 (introduced in D29341) at the
start of a program appears to be incorrect on some ARM machines
(SizeClassAllocator32).

This should fix the test while I investigate the issue.

Event Timeline

cryptoad created this revision.Feb 3 2017, 1:52 PM
cryptoad updated this revision to Diff 87018.Feb 3 2017, 1:53 PM

Actual diff.

This revision is now accepted and ready to land.Feb 3 2017, 2:03 PM
cryptoad closed this revision.Feb 3 2017, 2:10 PM