Skip to content

Commit 0465b1c

Browse files
committed
Pin ASLp to upstream now that UQ-PAC/aslp#152 has landed
The symbolic-EXTR lift fix merged upstream (UQ-PAC/aslp#152), so asli no longer needs the fork. Pin it to the upstream merge commit (not yet in a tagged release). Regenerated specs are byte-identical.
1 parent e3668e2 commit 0465b1c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

cranelift/isle/veri/setup/install-aslp.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ set -euxo pipefail
44

55
# Pinned package sources.
66
#
7-
# asli is pinned to a fork branch carrying the symbolic-EXTR lift fix from
8-
# UQ-PAC/aslp PR #152, which no upstream ASLp release includes yet. When the
9-
# fix is available upstream, point this at that release instead
10-
# (e.g. "https://github.com/UQ-PAC/aslp.git#<version>").
11-
aslp="https://github.com/mmcloughlin/aslp.git#extr-fix"
7+
# asli is pinned to a commit, not a release: the symbolic-EXTR fix (PR #152) is
8+
# merged upstream but not yet in a tagged release.
9+
aslp="https://github.com/UQ-PAC/aslp.git#3b302bd1be7c860888471fdbdf735a5462970d9a"
1210
aslp_rpc="https://github.com/UQ-PAC/aslp-rpc.git#v0.1.4"
1311

1412
switch="${ASLP_SWITCH:-aslp}"

0 commit comments

Comments
 (0)