summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Writer.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-35/+0
| | | | | | I think it is clear by now that the new linker is viable. llvm-svn: 262158
* Fix Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama2015-09-101-2/+2
| | | | | | Patch from Eugene Zelenko! llvm-svn: 247323
* Remove empty constructors.Rui Ueyama2015-03-271-3/+0
| | | | llvm-svn: 233423
* Fix formatting.Rui Ueyama2015-03-271-1/+1
| | | | llvm-svn: 233418
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-1/+1
| | | | | | | | | | | | | | | | | | Before this patch there was a cyclic dependency between lldCore and lldReaderWriter. Only lldConfig could be built as a shared library. * Moved Reader and Writer base classes into lldCore. * The following shared libraries can now be built: lldCore lldYAML lldNative lldPasses lldReaderWriter Differential Revision: http://reviews.llvm.org/D7105 From: Greg Fitzgerald <garious@gmail.com> llvm-svn: 226732
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-1/+1
| | | | llvm-svn: 210785
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-1/+0
| | | | | | | | | | | | Changes :- a) Functionality in InputGraph to insert Input elements at any position b) Functionality in the Resolver to use nextFile c) Move the functionality of assigning file ordinals to InputGraph d) Changes all inputs to MemoryBuffers e) Remove LinkerInput, InputFiles, ReaderArchive llvm-svn: 192081
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The major changes are: 1) LinkerOptions has been merged into TargetInfo 2) LinkerInvocation has been merged into Driver 3) Drivers no longer convert arguments into an intermediate (core) argument list, but instead create a TargetInfo object and call setter methods on it. This is only how in-process linking would work. That is, you can programmatically set up a TargetInfo object which controls the linking. 4) Lots of tweaks to test suite to work with driver changes 5) Add the DarwinDriver 6) I heavily doxygen commented TargetInfo.h Things to do after this patch is committed: a) Consider renaming TargetInfo, given its new roll. b) Consider pulling the list of input files out of TargetInfo. This will enable in-process clients to create one TargetInfo the re-use it with different input file lists. c) Work out a way for Drivers to format the warnings and error done in core linking. llvm-svn: 178776
* [ELF] Remove ReferenceKinds.Michael J. Spencer2013-01-301-5/+0
| | | | llvm-svn: 173912
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-0/+44
llvm-svn: 173838
OpenPOWER on IntegriCloud