-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sequencer #52
base: main
Are you sure you want to change the base?
Update sequencer #52
Conversation
24603df
to
131ee48
Compare
b556265
to
d7b324d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but a few questions/concerns that should be handled first.
LLVM_SYS_181_PREFIX = "/usr/lib/llvm-18/" | ||
MLIR_SYS_180_PREFIX = "/usr/lib/llvm-18/" | ||
TABLEGEN_180_PREFIX = "/usr/lib/llvm-18/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have concerns about just requiring the user to have this built and installed. You could consider a nix-based approach like we use in llvm-to-cairo
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The script dependencies.sh
performs the installation of llvm-18 for users that don't have it installed
@@ -0,0 +1,64 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please comment this script.
d7b324d
to
3223795
Compare
This PR updates
blockifier
replacing it withsequencer
.