| author | |
| committer | |
| log | 95f45cfc34cd5e77dad2318cab27194535e14d16 |
| tree | 75eb9a7335dbfdcfe8c5f21a3f7a3af55c371e96 |
| parent | 02713e8d8aa9641616bd85e77dda784009c96113 |
closes #12891 files changed, 3 insertions(+), 0 deletions(-)
deps/lld/COFF/Driver.cpp+3| ... | ... | @@ -72,6 +72,9 @@ bool link(ArrayRef<const char *> Args, bool CanExitEarly, raw_ostream &Diag) { |
| 72 | 72 | exitLld(errorCount() ? 1 : 0); |
| 73 | 73 | |
| 74 | 74 | freeArena(); |
| 75 | ObjFile::Instances.clear(); | |
| 76 | ImportFile::Instances.clear(); | |
| 77 | BitcodeFile::Instances.clear(); | |
| 75 | 78 | return !errorCount(); |
| 76 | 79 | } |
| 77 | 80 |