hanchenye-llvm-project/lld
Saleem Abdulrasool f9b99a1e07 PE/COFF: teach ARMNT backend about ADDR32NB for exports
This adds the ability to export symbols from a DLL built for ARMNT.  Add this
support first to help work towards adding support for import thunks on Windows
on ARM.  In order to generate the exports, add support for
IMAGE_REL_ARM_ADDR32NB relocations.

llvm-svn: 225339
2015-01-07 04:20:26 +00:00
..
cmake/modules
docs Tweak lld's checkout instructions. 2014-12-23 18:52:41 +00:00
include [ELF] Remove {ELF,}GNULinkerScript. 2015-01-07 01:13:08 +00:00
lib PE/COFF: teach ARMNT backend about ADDR32NB for exports 2015-01-07 04:20:26 +00:00
test PE/COFF: teach ARMNT backend about ADDR32NB for exports 2015-01-07 04:20:26 +00:00
tools Revert "Add support library." 2014-11-11 00:40:36 +00:00
unittests Simplify InputGraph API. 2014-12-14 02:04:01 +00:00
utils Revert "Add support library." 2014-11-11 00:40:36 +00:00
.arcconfig
.clang-format
.gitignore Update .gitignore to ignore hidden MacOSX Finder droppings 2014-07-16 21:01:17 +00:00
CMakeLists.txt [multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX which 2014-12-29 12:11:30 +00:00
LICENSE.TXT
Makefile
README.md

README.md

LLVM Linker (lld)

This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.

lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.