| commit | 84f613532fb33fa0894c5836e7b5619f15f6c321 | [log] [tgz] |
|---|---|---|
| author | Meador Inge <meadori@codesourcery.com> | Fri Mar 13 18:15:01 2015 +0000 |
| committer | Meador Inge <meadori@codesourcery.com> | Fri Mar 13 18:15:01 2015 +0000 |
| tree | fceb8adf124e10cbb891f2a851174747c07d5210 | |
| parent | f064075e54a0b75def06b59cc86e35dce39bebd9 [diff] |
LinkerScript: Add -T <scriptfile> option 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