summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/linkerscript/valid-script-cli.objtxt
Commit message (Collapse)AuthorAgeFilesLines
* Rename test/elf to test/old-elf.Rafael Espindola2015-11-171-23/+0
| | | | llvm-svn: 253312
* Rename the gnu flavour to gnu old.Rafael Espindola2015-11-161-4/+4
| | | | | | This is the first step in making ELF2 the default. llvm-svn: 253188
* YAML: Do not use 2^x notation to represent alignments.Rui Ueyama2015-03-251-1/+1
| | | | llvm-svn: 233222
* LinkerScript: Add -T <scriptfile> optionMeador Inge2015-03-131-0/+23
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