Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename test/elf to test/old-elf. | Rafael Espindola | 2015-11-17 | 1 | -23/+0 |
| | | | | llvm-svn: 253312 | ||||
* | Rename the gnu flavour to gnu old. | Rafael Espindola | 2015-11-16 | 1 | -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 Ueyama | 2015-03-25 | 1 | -1/+1 |
| | | | | llvm-svn: 233222 | ||||
* | LinkerScript: Add -T <scriptfile> option | Meador Inge | 2015-03-13 | 1 | -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 |