llvm-project/lld/test
Rui Ueyama fa7e8a663f [ELF] Add --as-needed.
The previous default behavior of LLD is --as-needed. LLD linked
against a DSO only if the DSO file was actually used to link an
executable (i.e. at least one symbol was resolved using the shared
library file.)

In this patch I added a boolean flag to FileNode for --as-needed.
I also added an accessor to DSO name to shared library file class.

llvm-svn: 226274
2015-01-16 14:27:01 +00:00
..
Driver Re-commit r225674: Convert other drivers to use WrapperNode. 2015-01-15 04:34:31 +00:00
LinkerScript Remove the slashes so they don't fail in some Windows setups 2015-01-15 23:04:15 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core Convert CoreInputGraph. 2015-01-06 23:06:49 +00:00
darwin [mach-o] refactor KindHandler into ArchHandler and simplify passes. 2014-07-16 19:49:02 +00:00
elf [ELF] Add --as-needed. 2015-01-16 14:27:01 +00:00
mach-o Make libmyshared.dylib a fat binary. 2015-01-15 01:32:00 +00:00
pecoff PE/COFF: use dyn_cast for the check of the target 2015-01-16 04:14:33 +00:00
CMakeLists.txt Remove CMake standalone build configuration 2015-01-12 21:41:10 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
lit.cfg Add FreeBSD to system-linker-elf case 2014-09-12 13:16:30 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00