summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Symbols.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert ELF port. Posting to mailing list.Michael J. Spencer2015-07-141-145/+0
| | | | llvm-svn: 242118
* Put explicit template instantiations in the correct namespace.Michael J. Spencer2015-07-141-0/+4
| | | | llvm-svn: 242093
* Initial ELF port.Michael J. Spencer2015-07-131-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
OpenPOWER on IntegriCloud