Rui Ueyama
|
6872455c6d
|
COFF: Make test commands shorter. NFC.
llvm-svn: 244227
|
2015-08-06 16:47:46 +00:00 |
Rui Ueyama
|
251b0e268b
|
COFF: Remove the old COFF linker and make link an alias to link2.
It's time to remove old COFF linker because the new one is now complete.
llvm-svn: 244226
|
2015-08-06 16:19:35 +00:00 |
Rui Ueyama
|
f00df0af2d
|
COFF: Fix precedence between LIB and /libpath.
/libpath should take precedence over LIB.
Previously, LIB took precedence over /libpath.
llvm-svn: 240182
|
2015-06-19 22:39:48 +00:00 |
Rui Ueyama
|
165b254e06
|
COFF: Add search paths in the correct order.
Previously, we added search paths in reverse order.
llvm-svn: 240180
|
2015-06-19 21:44:32 +00:00 |