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
Avoid 'pre-FOO' temp files, which are duplicates (#15920)
I noticed this while debugging. The files end up like this:
emcc-8-FOO
emcc-9-pre-BAR
The pre of bar is identical to the one from after foo. This PR just makes us
consistently always save a temp file afterwards.
0 commit comments