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
7ed10b84cc
Remove trailing whitespace.
...
llvm-svn: 243683
2015-07-30 20:47:17 +00:00
David Majnemer
13ac40ea6e
COFF: Sort output sections which start with .debug to the end of the file
...
We want to convince the NT loader not to map these sections into memory.
A good first step is to move them to the end of the executable.
Differential Revision: http://reviews.llvm.org/D11655
llvm-svn: 243680
2015-07-30 20:26:55 +00:00