llvm-capstone/lld
Rafael Espindola 858c092daa Allow duplicated abs symbols with the same value.
This is a fairly reasonable bfd extension since there is one obvious value.

dtrace depends on this feature as it creates multiple absolute
symbols with the same value.

llvm-svn: 288461
2016-12-02 02:58:21 +00:00
..
cmake/modules
COFF Dump Codeview type information correctly. 2016-12-01 01:22:48 +00:00
docs Partially revert r287009: Remove trailing whitespace. 2016-11-15 19:09:13 +00:00
ELF Allow duplicated abs symbols with the same value. 2016-12-02 02:58:21 +00:00
include/lld Add paralell_for and use it where appropriate. 2016-11-27 19:28:32 +00:00
lib [ELF] Don't replace path separators on *NIX. 2016-11-16 19:35:36 +00:00
test Allow duplicated abs symbols with the same value. 2016-12-02 02:58:21 +00:00
tools/lld
unittests
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
LICENSE.TXT
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.