-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
no ir file generated when set extra_output_files = [ "ir" ]
#4809
Closed
2 tasks
Labels
Comments
Sorry, what is the issue here? By default the IR is not generated, it must be specified like you did, then the file is generated |
@mds1 I have set extra_output_files = [ "ir" ], no IR file generated. |
Quick work around: include both options extra_output = ['ir'] |
will look at this over the next few days |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (dedc31e 2023-04-23T07:49:04.825009295Z)
What command(s) is the bug in?
forge build
Operating System
Linux
Describe the bug
after invoke
forge build
, no.ir
files generated in the out dir.but when set
extra_output_files = ["irOptimized" ]
, the.iropt
file is generated.The text was updated successfully, but these errors were encountered: