hanchenye-llvm-project/lld/lib/ReaderWriter
Simon Atanasyan 0712650742 [Mips] Teach LLD to recognize one more MIPS target triple - mips64el
This is initial patch to support MIPS64 object files linking.
The patch just makes some classes more generalized, and rejects
attempts to interlinking O32 and N64 ABI object files.

I try to reuse the current MIPS target related classes as much as
possible because O32 and N64 MIPS ABI are tightly related and share
almost the same set of relocations, GOT, flags etc.

llvm-svn: 227058
2015-01-25 19:15:35 +00:00
..
ELF [Mips] Teach LLD to recognize one more MIPS target triple - mips64el 2015-01-25 19:15:35 +00:00
MachO Fix the ELF shared library build targets - take 2 2015-01-24 01:06:07 +00:00
Native Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
PECOFF Fix the ELF shared library build targets - take 2 2015-01-24 01:06:07 +00:00
YAML Fix five of the shared library build targets 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
CoreLinkingContext.cpp Remove duplication code. 2015-01-16 21:11:00 +00:00
FileArchive.cpp [PATCH] Speculatively instantiate archive members 2015-01-16 22:44:50 +00:00
LinkerScript.cpp Revert "Add support library." 2014-11-11 00:40:36 +00:00
Makefile