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
|
56965f4b32
|
COFF: ARM: Fix DLL import table.
The previous test was testing -flavor link. This patch correctly
tests link2 and fixes a bug that we didn't emit import thunks.
llvm-svn: 243559
|
2015-07-29 19:24:58 +00:00 |
Rui Ueyama
|
5c437cd1e9
|
COFF: Fix image base address for 32-bit.
0x140000000 or 0x180000000 are not correct image base addresses
for 32-bit. They are actually much smaller.
llvm-svn: 243228
|
2015-07-25 21:42:33 +00:00 |
Rui Ueyama
|
3dd9372d2b
|
COFF: ARM: Support import functions.
llvm-svn: 243205
|
2015-07-25 03:39:29 +00:00 |