You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trimming: Avoid --strip-ir when compiling with --trim=no (#57659)
Both `--trim=no` and `--trim=safe` are supposed to be safe options by
default, so let's not get overzealous and throw out all the IR even
though we're not trimming
Allows `juliac.jl` to use/test the sysimage creation pipeline unrelated
to `--trim` support, as in
#57656 (comment)
(cherry picked from commit f9e5af1)
0 commit comments