Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings | Shankar Easwaran | 2014-02-25 | 1 | -35/+0 |
| | | | | llvm-svn: 202111 | ||||
* | [LinkerScript] parse OUTPUT_ARCH. | Shankar Easwaran | 2014-02-25 | 1 | -0/+5 |
| | | | | llvm-svn: 202100 | ||||
* | [lld][ELF] Add parser for linker script ENTRY command | Rui Ueyama | 2013-06-03 | 1 | -0/+6 |
| | | | | | | | | | | | | | This is the parser for the ENTRY command. Note that because the parsing result is currentlyd discarded, lld can parse but just ignore the command. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D833 llvm-svn: 183141 | ||||
* | Add basic linker script parsing. | Michael J. Spencer | 2013-03-01 | 1 | -0/+24 |
llvm-svn: 176309 |