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
We need to close the lock file so we don't leak file descriptors. This
wasn't seen commonly because most operations only ever have a single
CAS, but when forming many CompilerInvocations we can end up creating
and destroying many CAS instances, and eventually run out of FDs.
(cherry picked from commit 67cb825)
0 commit comments