This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Update MemorySanitizer test to cater for number of CPUs > 1024
ClosedPublic

Authored by saghir on Sep 2 2020, 12:51 PM.

Details

Summary

MemorySanitizer test fails on systems with more than 1024 CPUs.
This patch updates the test to make it work for machines that
have more than 1024 CPUs. This helps to fix errors on the PowerPC
sanitizer bot.

Diff Detail

Event Timeline

saghir created this revision.Sep 2 2020, 12:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2020, 12:51 PM
Herald added subscribers: Restricted Project, steven.zhang, shchenz, nemanjai. · View Herald Transcript
saghir requested review of this revision.Sep 2 2020, 12:51 PM
saghir added reviewers: Restricted Project, nemanjai.Sep 2 2020, 12:54 PM
saghir added a reviewer: jsji.Sep 2 2020, 1:19 PM
nemanjai accepted this revision.Sep 2 2020, 1:21 PM

LGTM. Thanks for fixing this.

This revision is now accepted and ready to land.Sep 2 2020, 1:21 PM
This revision was landed with ongoing or failed builds.Sep 2 2020, 1:29 PM
This revision was automatically updated to reflect the committed changes.