This is an archive of the discontinued LLVM Phabricator instance.

Fix Z3 version detection regexp
ClosedPublic

Authored by stilriv on Sep 20 2022, 1:17 AM.

Details

Summary

regexp for try_run path expects '0 or more' digits which is incorrect because it should be 'one or more', regexp for header parsing expects 'exactly one' digit which is incorrect with current Z3 version (4.11.2)

Diff Detail

Event Timeline

stilriv created this revision.Sep 20 2022, 1:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 20 2022, 1:17 AM
stilriv requested review of this revision.Sep 20 2022, 1:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 20 2022, 1:17 AM
stilriv edited reviewers, added: mikhail.ramalho; removed: chandlerc.Sep 21 2022, 1:22 AM
This revision is now accepted and ready to land.Sep 21 2022, 9:22 AM

Thank you!
Could you commit it for me please?

Thank you!
Could you commit it for me please?

sure, what's the name and email you want to be associated with the commit? Otherwise, I can add a "Patch by: stilriv (Mikhail Korolev)" to the commit message.

Mikhail Korolev stilriv@gmail.com

side note: I'd like to make one more change to this file a bit later to improve UX in cross builds -- will you be available for review?

sure, I'll be getting emails now.

Em sex., 23 de set. de 2022 às 16:03, Mikhail Korolev via Phabricator <
reviews@reviews.llvm.org> escreveu:

stilriv added a comment.

side note: I'd like to make one more change to this file a bit later to
improve UX in cross builds -- will you be available for review?

Repository:

rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION

https://reviews.llvm.org/D134261/new/

https://reviews.llvm.org/D134261

This revision was automatically updated to reflect the committed changes.