hanchenye-llvm-project/lld
Saleem Abdulrasool 1e94ef5bd0 PECOFF: adjust the entry point on ARM NT
ARM NT assumes a purely THUMB execution, and as such requires that the address
of entry point is adjusted to indicate a thumb entry point.  Unconditionally
adjust the AddressOfEntryPoint in the PE header for PE/COFF ARM as we only
support ARM NT at the moment.

llvm-svn: 225139
2015-01-04 20:26:45 +00:00
..
cmake/modules
docs Tweak lld's checkout instructions. 2014-12-23 18:52:41 +00:00
include [macho] -rpath support 2014-12-18 21:33:38 +00:00
lib PECOFF: adjust the entry point on ARM NT 2015-01-04 20:26:45 +00:00
test PECOFF: adjust the entry point on ARM NT 2015-01-04 20:26:45 +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
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.