summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/WriterOptionsELF.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-28/+0
| | | | | | | | I really would have liked to split this patch up, but it would greatly complicate the lld-core and lld drivers having to deal with both {Reader,Writer}Option and TargetInfo. llvm-svn: 173217
* Populate entry point into ELF executable.Hemant Kulkarni2012-11-211-1/+1
| | | | llvm-svn: 168461
* ELF support for LLD writer. The writer at present emits ELF header and section Hemant Kulkarni2012-09-141-0/+28
table header. Skeleton code for ReferenceKinds. Credits: Doxygen by Michael Spencer. Origianl implementation from Macho by Sidney Manning. Templatization, implementation of section header chunks, string table, ELF header by Hemant Kulkarni. llvm-svn: 163906
OpenPOWER on IntegriCloud