-
Notifications
You must be signed in to change notification settings - Fork 226
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
LLVM IR generator definition pass error #99
Comments
Thanks for the feedback @mikhailxyz! |
The problem is type(*).runtimeCode. We do not support it. |
Is there a specified solution to this issue? |
what should we do ? how to solve this bug ? |
It is not a bug, but a feature unsupported on our architecture. |
Any solutions guys? |
Can't run any test in every directory |
Could you elaborate? |
|
How to get rid of it ? 😁 |
I'm trying to compile Safe contracts for zksync, but I'm facing an error:
I've tried it with Solidity 0.7.6 and 0.8.15, same error in both cases
To reproduce, you can use https://github.com/safe-global/safe-contracts/tree/zksync:
yarn
I'm using macOS 12.5 with an M1 laptop. Would appreciate your help in debugging
The text was updated successfully, but these errors were encountered: