hanchenye-llvm-project/lld/lib/ReaderWriter/Native
Greg Fitzgerald 4b6a7e355b Fix five of the shared library build targets
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
2015-01-21 22:54:56 +00:00
..
CMakeLists.txt Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
Makefile Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
NativeFileFormat.h [ELF] Add CodeModel attribute to the DefinedAtom class 2014-11-13 07:03:41 +00:00
ReaderNative.cpp Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
WriterNative.cpp Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00