hanchenye-llvm-project/lld/lib
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
..
Config add_lld_library -> add_llvm_library 2015-01-21 21:26:27 +00:00
Core Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
Driver [Mips] Teach LLD to recognize one more MIPS target triple - mips64el 2015-01-25 19:15:35 +00:00
Passes Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
ReaderWriter [Mips] Teach LLD to recognize one more MIPS target triple - mips64el 2015-01-25 19:15:35 +00:00
CMakeLists.txt Revert "Add support library." 2014-11-11 00:40:36 +00:00
Makefile Revert "Add support library." 2014-11-11 00:40:36 +00:00