Add {Obj,Import,Bitcode}File::Instances to COFF input files.
authorRui Ueyama <ruiu@google.com>
Thu, 27 Jul 2017 00:45:26 +0000 (00:45 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 27 Jul 2017 00:45:26 +0000 (00:45 +0000)
commitacd632d33803bc005717e2db6f97a8c359534a52
treef2f3ab2ea4306f9f5382aa281333c6923bb0ab0f
parenta81bd7f1014f316b42bf7274f76a340b833e663b
Add {Obj,Import,Bitcode}File::Instances to COFF input files.

We did the same thing for ELF in r309152, and I want to maintain
COFF and ELF as close as possible.

llvm-svn: 309239
lld/COFF/Driver.cpp
lld/COFF/InputFiles.cpp
lld/COFF/InputFiles.h
lld/COFF/MapFile.cpp
lld/COFF/PDB.cpp
lld/COFF/SymbolTable.cpp
lld/COFF/SymbolTable.h
lld/COFF/Writer.cpp