[LLD] [MinGW] Pass the canExitEarly parameter through properly
The MinGW driver passed a hardcoded true to this parameter
since 6f4e2552, but when the MinGW driver got the
canExitEarly parameter for consistency in b11386f9, this
call was missed so it wasn't passed on properly.