summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/LinkerGeneratedSymbolFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama2015-08-061-48/+0
| | | | | | It's time to remove old COFF linker because the new one is now complete. llvm-svn: 244226
* [PECOFF] Remove ResolvableSymbols to simplify.Rui Ueyama2015-01-161-2/+2
| | | | | | | | | | | We had such class there because of InputGraph abstraction. Previously, no one except InputGraph itself has complete picture of input file list. In order to create a set of all defined symbols, we had to use some indirections there to workaround InputGraph. It can now be rewritten as simple code. No change in functionality. llvm-svn: 226319
* [PECOFF] Move helper function out of classRui Ueyama2014-09-301-0/+48
No functionality change intended. llvm-svn: 218705
OpenPOWER on IntegriCloud