Chris Bieneman
ca5170e3e4
[yaml2obj] Updating LLD tests to account for LLVM r273915
...
This removed the -format flag from yaml2obj in favor of YAML tags.
llvm-svn: 273920
2016-06-27 20:17:08 +00:00
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
a841bb0f5d
COFF: Fix import symbol name mangling.
...
For IMPORT_NAME_NOPREFIX symbols, we should remove only one prefix character.
llvm-svn: 241854
2015-07-09 20:22:41 +00:00
Rui Ueyama
1c79ce9a4c
COFF: Implement dllimported symbol name mangling.
...
Symbols exported by DLLs are listed in import library files.
Exported names may be mangled by "Import Name Type" field as
described in PE/COFF spec 7.3. This patch implements that
mangling scheme.
llvm-svn: 241719
2015-07-08 20:22:50 +00:00