Skip to content

Commit

Permalink
Update to weval 0.2.12. (#141)
Browse files Browse the repository at this point in the history
This pulls in some follow-up fixes to the earlier 0.2.11 upgrade (#140):
the irreducibility check is now precise rather than approximate, so it
doesn't trigger unnecessarily, and part of the transform (the max-SSA
bit) is rewritten to use an explicit stack rather than recursion so as
not to overflow the stack in extreme cases when it does run.
  • Loading branch information
cfallin authored Sep 4, 2024
1 parent a608605 commit e6205a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/weval.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(WEVAL_VERSION v0.2.11)
set(WEVAL_VERSION v0.2.12)

set(WEVAL_URL https://github.com/cfallin/weval/releases/download/${WEVAL_VERSION}/weval-${WEVAL_VERSION}-${HOST_ARCH}-${HOST_OS}.tar.xz)
CPMAddPackage(NAME weval URL ${WEVAL_URL} DOWNLOAD_ONLY TRUE)
Expand Down

0 comments on commit e6205a5

Please sign in to comment.