summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/Writer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ↵Eugene Zelenko2016-11-051-5/+4
| | | | | | | | other minor fixes. Differential revision: https://reviews.llvm.org/D26320 llvm-svn: 286030
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-4/+0
| | | | | | | All instances of the `createImplicitFiles` always return `true` and this return value is used nowhere. llvm-svn: 234205
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-0/+23
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
OpenPOWER on IntegriCloud