summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/linkerscript/invalid-script-cli-1.test
Commit message (Collapse)AuthorAgeFilesLines
* Rename test/elf to test/old-elf.Rafael Espindola2015-11-171-10/+0
| | | | llvm-svn: 253312
* Rename the gnu flavour to gnu old.Rafael Espindola2015-11-161-2/+2
| | | | | | This is the first step in making ELF2 the default. llvm-svn: 253188
* LinkerScript: Add -T <scriptfile> optionMeador Inge2015-03-131-0/+10
GNU LD has an option named -T/--script which allows a user to specify a linker script to be used [1]. LLD already accepts linker scripts without this option, but the option is widely used. Therefore it is best to support it in LLD as well. [1] https://sourceware.org/binutils/docs/ld/Options.html#Options llvm-svn: 232183
OpenPOWER on IntegriCloud