Follow up to D151815.
Or else we properly handle the first instance of a file, then error out on the second instance of the same file.
Differential D152198
[lld][COFF] Don't handle an input file multiple times when retrying aeubanks on Jun 5 2023, 2:34 PM. Authored by
Details Follow up to D151815. Or else we properly handle the first instance of a file, then error out on the second instance of the same file.
Diff Detail
Event Timeline
Comment Actions lgtm
|
This is confusing, if the file really doesn't exist at all, won't findFile return none on the first attempt, and with your change, we will never report a file not found error? What happens, does findFile return the string without modification?