Skip to content

Commit

Permalink
update cdsl2llvm dependency branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Feb 21, 2024
1 parent b32330b commit 0c67a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seal5/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, clone_url="https://github.com/PhilippvK/M2-ISA-R-private.git"

class CDSL2LLVMDependency(GitDependency):
# def __init__(self, clone_url="https://github.com/mathis-s/CoreDSL2LLVM.git", ref="main"):
def __init__(self, clone_url="https://github.com/PhilippvK/CoreDSL2LLVM.git", ref="philippvk3"):
def __init__(self, clone_url="https://github.com/PhilippvK/CoreDSL2LLVM.git", ref="philippvk3-llvm18"):
super().__init__("cdsl2llvm", clone_url, ref=ref)


Expand Down

0 comments on commit 0c67a66

Please sign in to comment.