Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COFF: Remove the old COFF linker and make link an alias to link2. | Rui Ueyama | 2015-08-06 | 1 | -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 Ueyama | 2015-01-16 | 1 | -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 class | Rui Ueyama | 2014-09-30 | 1 | -0/+48 |
No functionality change intended. llvm-svn: 218705 |