This is an archive of the discontinued LLVM Phabricator instance.

[MSAN] adjust Posix/timer.cpp
ClosedPublic

Authored by kda on Mar 9 2022, 12:58 PM.

Details

Summary

follow up to 0a4dec6cc2bf.
add unsupported for s390 (SEGV)
restore line that s390 complains, so following asserts work.

Diff Detail

Event Timeline

kda created this revision.Mar 9 2022, 12:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 12:58 PM
kda requested review of this revision.Mar 9 2022, 12:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 12:58 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.Mar 9 2022, 1:02 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
pirama added a subscriber: pirama.Mar 9 2022, 1:15 PM

Looks like this assert is broken? https://reviews.llvm.org/B153417 and https://reviews.llvm.org/B153416 are some early indications.