Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename test/elf to test/old-elf. | Rafael Espindola | 2015-11-17 | 1 | -6/+0 |
| | | | | llvm-svn: 253312 | ||||
* | Rename the gnu flavour to gnu old. | Rafael Espindola | 2015-11-16 | 1 | -1/+1 |
| | | | | | | This is the first step in making ELF2 the default. llvm-svn: 253188 | ||||
* | LinkerScript: Add -T <scriptfile> option | Meador Inge | 2015-03-13 | 1 | -0/+6 |
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 |