Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert ELF port. Posting to mailing list. | Michael J. Spencer | 2015-07-14 | 1 | -145/+0 | |
| | | | | llvm-svn: 242118 | |||||
* | Put explicit template instantiations in the correct namespace. | Michael J. Spencer | 2015-07-14 | 1 | -0/+4 | |
| | | | | llvm-svn: 242093 | |||||
* | Initial ELF port. | Michael J. Spencer | 2015-07-13 | 1 | -0/+141 | |
This is a direct port of the new PE/COFF linker to ELF. It can take a single object file and generate a valid executable that executes at the first byte in the text section. llvm-svn: 242088 |