This is an archive of the discontinued LLVM Phabricator instance.

[LTO][ELF] Require asserts for --stats-file= tests.
ClosedPublic

Authored by MTC on Mar 17 2022, 1:43 AM.

Details

Summary

https://reviews.llvm.org/D121809 causes the build bot failure, add the REQUIRES: asserts to fix it.

Diff Detail

Event Timeline

MTC created this revision.Mar 17 2022, 1:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2022, 1:43 AM
MTC requested review of this revision.Mar 17 2022, 1:43 AM
MTC added a comment.EditedMar 17 2022, 1:47 AM

Sorry for the patch abuse, the pre-merge build bot didn't catch the failures, like https://lab.llvm.org/buildbot/#/builders/124/builds/3948 and https://lab.llvm.org/buildbot/#/builders/67/builds/6214. Hopefully, this patch will fix it.

tejohnson accepted this revision.Mar 17 2022, 8:01 AM

lgtm

Sorry for the patch abuse, the pre-merge build bot didn't catch the failures, like https://lab.llvm.org/buildbot/#/builders/124/builds/3948 and https://lab.llvm.org/buildbot/#/builders/67/builds/6214. Hopefully, this patch will fix it.

No worries, this is not an uncommon situation. Also, you don't need a patch review for a small bot fix like this. Generally just go ahead and commit these types of fixes. Alternatively, if the fix is more complicated than something like this, you could revert the original patch and upload the fixed version of the patch for re-review.

This revision is now accepted and ready to land.Mar 17 2022, 8:01 AM
MTC added a comment.Mar 17 2022, 8:15 AM

I appreciate your guidance and the feedback, thanks : )

Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2022, 8:57 AM