This is an archive of the discontinued LLVM Phabricator instance.

[msan] Fix msan_test broken after r299884.
ClosedPublic

Authored by vitalybuka on Apr 12 2017, 5:28 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Apr 12 2017, 5:28 PM
vitalybuka edited the summary of this revision. (Show Details)Apr 12 2017, 5:32 PM
eugenis accepted this revision.Apr 12 2017, 5:34 PM

LGTM

This revision is now accepted and ready to land.Apr 12 2017, 5:34 PM
hfinkel accepted this revision.Apr 12 2017, 5:36 PM

LGTM, let's try it. It would be good to commit the vector fix separately in case we need to revert the interface change we shouldn't lose the bug fix too.

vitalybuka updated this revision to Diff 95065.Apr 12 2017, 5:47 PM
vitalybuka edited the summary of this revision. (Show Details)

Move vector fix into separate patch.

vitalybuka edited the summary of this revision. (Show Details)Apr 12 2017, 5:47 PM

LGTM, let's try it. It would be good to commit the vector fix separately in case we need to revert the interface change we shouldn't lose the bug fix too.

Done

This revision was automatically updated to reflect the committed changes.