llvm-capstone/lld
Simon Atanasyan 65e2464667 [Driver] Improve the isPathUnderSysroot() function. Now it returns a
correct result even if checking paths: a) symlinks and/or b) contains relative
parts like /dir1/dir2/../dir2.

llvm-svn: 211772
2014-06-26 10:48:52 +00:00
..
cmake/modules
docs
include PE/COFF: move PAGE_SIZE into the PECOFFLinkingContext. 2014-06-20 16:45:16 +00:00
lib [Driver] Improve the isPathUnderSysroot() function. Now it returns a 2014-06-26 10:48:52 +00:00
test [Driver] Improve the isPathUnderSysroot() function. Now it returns a 2014-06-26 10:48:52 +00:00
tools Initial set of Makefiles 2014-06-04 09:54:07 +00:00
unittests MachO: rename _outputFileType to avoid shadowing parent field. 2014-06-20 15:59:00 +00:00
utils Refer to error_code with an std prefix. 2014-06-12 20:42:12 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
LICENSE.TXT
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
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.