All instances of the `createImplicitFiles` always return `true` and this
return value is used nowhere.
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@234205 91177308-0d34-0410-b5e6-96231b3b80d8
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>
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@226732 91177308-0d34-0410-b5e6-96231b3b80d8