This is an archive of the discontinued LLVM Phabricator instance.

msan: update shadow constant in strlen_of_shadow test
ClosedPublic

Authored by thurston on Nov 30 2022, 9:26 AM.

Details

Summary

strlen_of_shadow hardcodes the mem-to-shadow
constant. That constant was changed in D137666;
this CL updates the test accordingly.
(Other tests will be updated separately.)

Diff Detail

Event Timeline

thurston created this revision.Nov 30 2022, 9:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2022, 9:26 AM
Herald added a subscriber: Enna1. · View Herald Transcript
thurston requested review of this revision.Nov 30 2022, 9:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2022, 9:26 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.Nov 30 2022, 9:41 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.

@vitalybuka I pushed this simple change without review, to (hopefully) fix the build. Please provide post-commit review.

I don't think we got around to reporting it, but anyway, this fixed our AArch64 SVE bot - https://lab.llvm.org/buildbot/#/builders/197/builds/3475. Thanks!

vitalybuka reopened this revision.Dec 6 2022, 2:07 PM
vitalybuka accepted this revision.
This revision is now accepted and ready to land.Dec 6 2022, 2:07 PM
vitalybuka closed this revision.Dec 6 2022, 2:07 PM